forked from coop-cloud/discourse
Compare commits
4 Commits
cas_readme
...
0.1.0+2.7.
Author | SHA1 | Date | |
---|---|---|---|
ab7d90edd8 | |||
fd814bd562 | |||
fb6e1dfc4f | |||
6b21fabe8f |
BIN
.compose.yml.swp
Normal file
BIN
.compose.yml.swp
Normal file
Binary file not shown.
15
compose.yml
15
compose.yml
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: bitnami/discourse:2.7.7
|
||||
image: bitnami/discourse:2.7.10
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
@ -41,12 +41,13 @@ 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
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+2.7.7"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||
# interval: 30s
|
||||
# timeout: 10s
|
||||
# retries: 10
|
||||
# start_period: 1m
|
||||
|
||||
db:
|
||||
image: postgres:11-alpine
|
||||
|
Reference in New Issue
Block a user