@@ -4,7 +4,6 @@ services:
44 dockerfile : Dockerfile
55 context : .
66 container_name : petclinic
7- restart : always
87 ports :
98 - " 8090:8080"
109 environment :
@@ -23,7 +22,6 @@ services:
2322 dockerfile : DockerfileAOT
2423 context : .
2524 container_name : petclinic-aot
26- restart : always
2725 ports :
2826 - " 8091:8080"
2927 environment :
@@ -42,7 +40,6 @@ services:
4240 dockerfile : DockerfileCDS
4341 context : .
4442 container_name : petclinic-cds
45- restart : always
4643 ports :
4744 - " 8092:8080"
4845 environment :
@@ -61,7 +58,6 @@ services:
6158 dockerfile : DockerfileCRaC
6259 context : .
6360 container_name : petclinic-crac
64- restart : no
6561 ports :
6662 - " 8093:8080"
6763 environment :
@@ -92,7 +88,6 @@ services:
9288 dockerfile : DockerfileNative
9389 context : .
9490 container_name : petclinic-native
95- restart : always
9691 ports :
9792 - " 8094:8080"
9893 environment :
@@ -113,7 +108,6 @@ services:
113108 container_name : petclinic-db
114109 ports :
115110 - " 35432:5432"
116- restart : always
117111 volumes :
118112 - petclinic_data:/var/lib/postgresql/data
119113 - ./postgres/postgresql.conf:/etc/postgresql/postgresql.conf
@@ -128,7 +122,6 @@ services:
128122 container_name : grafana
129123 ports :
130124 - " 23000:3000"
131- restart : always
132125 volumes :
133126 - ./monitoring/config/grafana/provisioning:/etc/grafana/provisioning
134127 - ./monitoring/grafana:/var/lib/grafana
@@ -156,7 +149,6 @@ services:
156149 container_name : prometheus
157150 ports :
158151 - " 29090:9090"
159- restart : always
160152 volumes :
161153 - ./monitoring/config/prometheus.yml:/etc/prometheus/prometheus.yml
162154 command :
@@ -168,7 +160,6 @@ services:
168160 context : ./nginx
169161 dockerfile : Dockerfile
170162 container_name : nginx
171- restart : always
172163 ports :
173164 - " 9090:80"
174165 volumes :
0 commit comments