Compare commits
1 Commits
c8ba2e4e2b
...
0926a42d2e
| Author | SHA1 | Date | |
|---|---|---|---|
| 0926a42d2e |
@ -19,5 +19,3 @@ LETS_ENCRYPT_ENV=production
|
|||||||
#SECRET_SMTP_PASSWORD_VERSION=v1
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
# APP_START_PERIOD=5m # healthcheck start_period; raise on slow hosts (cc-ci sets larger for Rails cold boot)
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ services:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 6
|
retries: 6
|
||||||
start_period: ${APP_START_PERIOD:-5m}
|
start_period: 5m
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
|
|||||||
Reference in New Issue
Block a user