File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Add missing ` restart: unless-stopped ` policy to all services in docker compose file
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ services:
133133
134134 backendai-half-otel-collector :
135135 image : otel/opentelemetry-collector-contrib:0.126.0
136+ restart : unless-stopped
136137 networks :
137138 - half
138139 command : ["--config=/etc/otel-collector-config.yaml"]
@@ -144,6 +145,7 @@ services:
144145
145146 backendai-half-loki :
146147 image : grafana/loki:3.5.0
148+ restart : unless-stopped
147149 networks :
148150 - half
149151 command : -config.file=/etc/loki/local-config.yaml
@@ -154,6 +156,7 @@ services:
154156
155157 backendai-half-tempo :
156158 image : grafana/tempo:2.7.2
159+ restart : unless-stopped
157160 networks :
158161 - half
159162 command : [ "-config.file=/etc/tempo.yaml" ]
@@ -166,6 +169,7 @@ services:
166169
167170 backendai-half-apollo-router :
168171 image : ghcr.io/apollographql/router:v1.61.9
172+ restart : unless-stopped
169173 networks :
170174 - half
171175 ports :
You can’t perform that action at this time.
0 commit comments