Compare commits
1 Commits
7a2e0e044c
...
70891e2fb5
| Author | SHA1 | Date | |
|---|---|---|---|
| 70891e2fb5 |
@ -20,3 +20,4 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
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: 20m
|
||||
start_period: "${APP_START_PERIOD:-5m}"
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
|
||||
Reference in New Issue
Block a user