We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237d746 commit daba456Copy full SHA for daba456
1 file changed
docker-compose.yaml
@@ -4,6 +4,7 @@ services:
4
news_db:
5
container_name: news_db
6
image: h0d0user/news_db:latest
7
+ pull_policy: always
8
restart: always
9
network_mode: host
10
volumes:
@@ -13,6 +14,7 @@ services:
13
14
truth_seeker:
15
container_name: truth_seeker
16
image: h0d0user/truth_seeker:latest
17
18
19
20
depends_on:
@@ -24,6 +26,7 @@ services:
24
26
datapath:
25
27
container_name: datapath
28
image: h0d0user/datapath:latest
29
30
31
32
0 commit comments