generated from coop-cloud/example
Attention to detail isn't my forte, but I sometimes make do anyway :)
This commit is contained in:
parent
251bcc3330
commit
4b32ca5cf7
10
compose.yml
10
compose.yml
@ -6,9 +6,8 @@ services:
|
||||
environment:
|
||||
- AGORA_USER=$AGORA_USER
|
||||
- AGORA_PATH=$AGORA_PATH
|
||||
$AGORA_PATH
|
||||
- AGORA_GIT=$AGORA_GIT
|
||||
image: git.coopcloud.tech/flancian/agora-server
|
||||
image: git.coopcloud.tech/flancian/agora-server:latest
|
||||
volumes:
|
||||
- data:$AGORA_PATH
|
||||
ports:
|
||||
@ -36,14 +35,12 @@ $AGORA_PATH
|
||||
# timeout: 10s
|
||||
# retries: 10
|
||||
# start_period: 1m
|
||||
|
||||
bridge:
|
||||
environment:
|
||||
- AGORA_USER=$AGORA_USER
|
||||
- AGORA_PATH=$AGORA_PATH
|
||||
$AGORA_PATH
|
||||
- AGORA_GIT=$AGORA_GIT
|
||||
image: git.coopcloud.tech/flancian/agora-bridge
|
||||
image: git.coopcloud.tech/flancian/agora-bridge:latest
|
||||
volumes:
|
||||
- data:$AGORA_PATH
|
||||
deploy:
|
||||
@ -56,9 +53,8 @@ $AGORA_PATH
|
||||
environment:
|
||||
- AGORA_USER=$AGORA_USER
|
||||
- AGORA_PATH=$AGORA_PATH
|
||||
$AGORA_PATH
|
||||
- AGORA_GIT=$AGORA_GIT
|
||||
image: git.coopcloud.tech/flancian/agora-bridge
|
||||
image: git.coopcloud.tech/flancian/agora-bridge:latest
|
||||
command: |
|
||||
bash -c
|
||||
"git clone $AGORA_GIT $AGORA_PATH;
|
||||
|
Loading…
x
Reference in New Issue
Block a user