Skip to content

Commit 622188a

Browse files
authored
Update docker-compose.prod.yml
1 parent 388cbf2 commit 622188a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.prod.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ services:
33
running_on_dart:
44
image: ghcr.io/nyxx-discord/running_on_dart:4.10.1
55
container_name: running_on_dart
6+
restart: unless_stopped
67
depends_on:
78
- db
8-
networks:
9-
- internal
9+
env:
10+
- stack.env
1011

1112
db:
1213
image: postgres:17
1314
container_name: running_on_dart_db
14-
restart: always
15+
restart: unless_stopped
16+
env:
17+
- stack.env
1518
volumes:
1619
- "rod_db_17:/var/lib/postgresql/data"
1720
networks:
@@ -20,6 +23,3 @@ services:
2023
volumes:
2124
rod_db_17:
2225
rod_sessions:
23-
24-
networks:
25-
internal:

0 commit comments

Comments
 (0)