We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5280011 commit 3d183f2Copy full SHA for 3d183f2
docker-compose.yml
@@ -33,6 +33,7 @@ services:
33
- SENTRY_DSN=${SENTRY_DSN}
34
- SENTRY_CRON_MONITOR_ID_EN=${SENTRY_CRON_MONITOR_ID_EN}
35
- SENTRY_CRON_MONITOR_ID_FR=${SENTRY_CRON_MONITOR_ID_FR}
36
+ restart: unless-stopped
37
38
db:
39
container_name: word-generator-db
@@ -45,6 +46,7 @@ services:
45
46
- POSTGRES_DB=${POSTGRES_DB}
47
- POSTGRES_USER=${POSTGRES_USER:-postgres}
48
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-postgres}
49
50
51
volumes:
52
postgres_data:
0 commit comments