We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542c698 commit 8cef72fCopy full SHA for 8cef72f
spec/docker-compose.yml
@@ -7,7 +7,6 @@ services:
7
depends_on:
8
openvoxserver:
9
condition: service_healthy
10
- restart: always
11
12
puppet_8_node:
13
build:
@@ -20,7 +19,6 @@ services:
20
19
21
22
23
24
25
puppet_7_node:
26
@@ -33,7 +31,6 @@ services:
33
31
34
32
35
36
37
38
postgres:
39
image: docker.io/postgres:17-alpine
@@ -60,7 +57,6 @@ services:
60
57
61
58
62
59
63
64
ports:
65
- "18081:8081"
66
0 commit comments