Skip to content

Commit 8cef72f

Browse files
committed
fix: remove restart policy for services becaus it doesnt work
1 parent 542c698 commit 8cef72f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
depends_on:
88
openvoxserver:
99
condition: service_healthy
10-
restart: always
1110

1211
puppet_8_node:
1312
build:
@@ -20,7 +19,6 @@ services:
2019
depends_on:
2120
openvoxserver:
2221
condition: service_healthy
23-
restart: always
2422

2523
puppet_7_node:
2624
build:
@@ -33,7 +31,6 @@ services:
3331
depends_on:
3432
openvoxserver:
3533
condition: service_healthy
36-
restart: always
3734

3835
postgres:
3936
image: docker.io/postgres:17-alpine
@@ -60,7 +57,6 @@ services:
6057
depends_on:
6158
openvoxserver:
6259
condition: service_healthy
63-
restart: always
6460
ports:
6561
- "18081:8081"
6662

0 commit comments

Comments
 (0)