Author SHA1 Message Date
stevensting 398f3c2bbb add env var 2026-08-18 16:34:16 +02:00
stevensting a49cdecfd8 chore: publish 2.0.1+1.0.6-social-amd64 release 2026-08-04 16:03:16 +02:00
stevensting 576f2e2dda increase bonfire version to 1.0.6 2026-08-04 16:00:27 +02:00
+4 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ${CONTAINER_REGISTRY:-bonfirenetworks/bonfire}:${APP_VERSION:-1.0.5}-${APP_FLAVOUR:-social}-${APP_PLATFORM:-amd64}
image: ${CONTAINER_REGISTRY:-bonfirenetworks/bonfire}:${APP_VERSION:-1.0.6}-${APP_FLAVOUR:-social}-${APP_PLATFORM:-amd64}
logging:
driver: "json-file"
options:
@@ -49,6 +49,8 @@ services:
- ENABLE_SSO_PROVIDER
- OAUTH_ISSUER
- BONFIRE_CONSOLE_TOKEN
- SECRET_KEY_BASE_FILE=/run/secrets/secret_key_base
- SIGNING_SALT_FILE=/run/secrets/signing_salt
- ENCRYPTION_SALT_FILE=/run/secrets/encryption_salt
@@ -86,7 +88,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=2.0.0+1.0.5-social-amd64"
- "coop-cloud.${STACK_NAME}.version=2.0.1+1.0.6-social-amd64"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:4000"]
interval: 30s