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 d06c3b7 commit 5c80dc9Copy full SHA for 5c80dc9
docker-compose.prod.yml
@@ -9,7 +9,7 @@ services:
9
environment:
10
- NODE_ENV=${NODE_ENV:-production}
11
- NEXT_TELEMETRY_DISABLED=1
12
- restart: unless-stopped
+ restart: always
13
healthcheck:
14
test:
15
[
@@ -40,7 +40,7 @@ services:
40
- GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID}
41
- GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET}
42
- ADMIN_SETUP_TOKEN=${ADMIN_SETUP_TOKEN}
43
44
45
46
@@ -66,7 +66,7 @@ services:
66
depends_on:
67
- frontend
68
- backend
69
70
networks:
71
- myblog-network
72
0 commit comments