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
16
compose.yml
16
compose.yml
@ -6,9 +6,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- AGORA_USER=$AGORA_USER
|
- AGORA_USER=$AGORA_USER
|
||||||
- AGORA_PATH=$AGORA_PATH
|
- AGORA_PATH=$AGORA_PATH
|
||||||
$AGORA_PATH
|
|
||||||
- AGORA_GIT=$AGORA_GIT
|
- AGORA_GIT=$AGORA_GIT
|
||||||
image: git.coopcloud.tech/flancian/agora-server
|
image: git.coopcloud.tech/flancian/agora-server:latest
|
||||||
volumes:
|
volumes:
|
||||||
- data:$AGORA_PATH
|
- data:$AGORA_PATH
|
||||||
ports:
|
ports:
|
||||||
@ -25,9 +24,9 @@ $AGORA_PATH
|
|||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
## Redirect from EXTRA_DOMAINS to DOMAIN
|
||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
# - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
# - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
# - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version="
|
- "coop-cloud.${STACK_NAME}.version="
|
||||||
# Disabling health checks during development as per https://docs.coopcloud.tech/maintainers/handbook/.
|
# Disabling health checks during development as per https://docs.coopcloud.tech/maintainers/handbook/.
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
@ -36,14 +35,12 @@ $AGORA_PATH
|
|||||||
# timeout: 10s
|
# timeout: 10s
|
||||||
# retries: 10
|
# retries: 10
|
||||||
# start_period: 1m
|
# start_period: 1m
|
||||||
|
|
||||||
bridge:
|
bridge:
|
||||||
environment:
|
environment:
|
||||||
- AGORA_USER=$AGORA_USER
|
- AGORA_USER=$AGORA_USER
|
||||||
- AGORA_PATH=$AGORA_PATH
|
- AGORA_PATH=$AGORA_PATH
|
||||||
$AGORA_PATH
|
|
||||||
- AGORA_GIT=$AGORA_GIT
|
- AGORA_GIT=$AGORA_GIT
|
||||||
image: git.coopcloud.tech/flancian/agora-bridge
|
image: git.coopcloud.tech/flancian/agora-bridge:latest
|
||||||
volumes:
|
volumes:
|
||||||
- data:$AGORA_PATH
|
- data:$AGORA_PATH
|
||||||
deploy:
|
deploy:
|
||||||
@ -56,9 +53,8 @@ $AGORA_PATH
|
|||||||
environment:
|
environment:
|
||||||
- AGORA_USER=$AGORA_USER
|
- AGORA_USER=$AGORA_USER
|
||||||
- AGORA_PATH=$AGORA_PATH
|
- AGORA_PATH=$AGORA_PATH
|
||||||
$AGORA_PATH
|
|
||||||
- AGORA_GIT=$AGORA_GIT
|
- AGORA_GIT=$AGORA_GIT
|
||||||
image: git.coopcloud.tech/flancian/agora-bridge
|
image: git.coopcloud.tech/flancian/agora-bridge:latest
|
||||||
command: |
|
command: |
|
||||||
bash -c
|
bash -c
|
||||||
"git clone $AGORA_GIT $AGORA_PATH;
|
"git clone $AGORA_GIT $AGORA_PATH;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user