Skip to content

Commit 011db8f

Browse files
fix(BA-2230): Add missing restart policy to all services in docker compose file (#5694)
Co-authored-by: octodog <mu001@lablup.com>
1 parent 85bd38f commit 011db8f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

changes/5694.fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing `restart: unless-stopped` policy to all services in docker compose file

docker-compose.halfstack-main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)