From fd814bd56277ea23f8cbc8d17e820b586f179af4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 30 Nov 2021 12:43:40 +0200 Subject: [PATCH] Revert to stable discourse version --- compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compose.yml b/compose.yml index 123cd90..7b31270 100644 --- a/compose.yml +++ b/compose.yml @@ -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