Revert to stable discourse version

This commit is contained in:
3wc 2021-11-30 12:43:40 +02:00
parent fb6e1dfc4f
commit fd814bd562
1 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: bitnami/discourse:2.8.0
image: bitnami/discourse:2.7.10
networks:
- proxy
- internal
@ -41,12 +41,12 @@ services:
#- "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}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:3000"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
db:
image: postgres:11-alpine