Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77f4a7350b | ||
|
|
fdf62b4257 | ||
|
|
f8dcc78013 | ||
|
|
bfa21bc44e | ||
|
|
0d7519e9ef | ||
|
|
c10c04c520 |
+3
-3
@@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: discourse/discourse:3.5.3
|
image: discourse/discourse:2026.7.1
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
@@ -54,7 +54,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "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}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.0.0+3.5.3"
|
- "coop-cloud.${STACK_NAME}.version=1.1.0+2026.7.1"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "curl -fsS http://localhost/srv/status || exit 1"
|
test: "curl -fsS http://localhost/srv/status || exit 1"
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@@ -116,7 +116,7 @@ services:
|
|||||||
backupbot.restore.post-hook: "/pg_backup.sh restore"
|
backupbot.restore.post-hook: "/pg_backup.sh restore"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.4-alpine
|
image: redis:8.10-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user