Compare commits
1 Commits
0926a42d2e
...
c8ba2e4e2b
| Author | SHA1 | Date | |
|---|---|---|---|
| c8ba2e4e2b |
@ -19,3 +19,5 @@ LETS_ENCRYPT_ENV=production
|
||||
#SECRET_SMTP_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
|
||||
timeout: 10s
|
||||
retries: 6
|
||||
start_period: 5m
|
||||
start_period: ${APP_START_PERIOD:-5m}
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
|
||||
Reference in New Issue
Block a user