Attention to detail isn't my forte, but I sometimes make do anyway :)

This commit is contained in:
Flancian 2023-07-12 00:01:36 +02:00
parent 251bcc3330
commit 4b32ca5cf7
1 changed files with 13 additions and 17 deletions

View File

@ -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:
@ -25,25 +24,23 @@ $AGORA_PATH
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
## Redirect from EXTRA_DOMAINS to DOMAIN
#- "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.SSLHost=${DOMAIN}"
# - "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.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version="
# Disabling health checks during development as per https://docs.coopcloud.tech/maintainers/handbook/.
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
# Disabling health checks during development as per https://docs.coopcloud.tech/maintainers/handbook/.
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s
# 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;