Skip to content

Commit 375cbff

Browse files
committed
fix(docker): fix start command in docker compose
1 parent 8bb9c52 commit 375cbff

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

docker/dev-host/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ services:
129129
target: engine-full
130130
platform: linux/amd64
131131
restart: unless-stopped
132-
command: /usr/bin/rivet-engine start
133132
environment:
134133
- RUST_LOG_ANSI_COLOR=1
135134
- RIVET_OTEL_ENABLED=1

docker/dev-multidc-multinode/docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ services:
154154
target: engine-full
155155
platform: linux/amd64
156156
restart: unless-stopped
157-
command: /usr/bin/rivet-engine start
158157
environment:
159158
- RUST_LOG_ANSI_COLOR=1
160159
- RIVET_OTEL_ENABLED=1
@@ -196,7 +195,6 @@ services:
196195
target: engine-full
197196
platform: linux/amd64
198197
restart: unless-stopped
199-
command: /usr/bin/rivet-engine start
200198
environment:
201199
- RUST_LOG_ANSI_COLOR=1
202200
- RIVET_OTEL_ENABLED=1
@@ -236,7 +234,6 @@ services:
236234
target: engine-full
237235
platform: linux/amd64
238236
restart: unless-stopped
239-
command: /usr/bin/rivet-engine start
240237
environment:
241238
- RUST_LOG_ANSI_COLOR=1
242239
- RIVET_OTEL_ENABLED=1
@@ -413,7 +410,6 @@ services:
413410
target: engine-full
414411
platform: linux/amd64
415412
restart: unless-stopped
416-
command: /usr/bin/rivet-engine start
417413
environment:
418414
- RUST_LOG_ANSI_COLOR=1
419415
- RIVET_OTEL_ENABLED=1
@@ -453,7 +449,6 @@ services:
453449
target: engine-full
454450
platform: linux/amd64
455451
restart: unless-stopped
456-
command: /usr/bin/rivet-engine start
457452
environment:
458453
- RUST_LOG_ANSI_COLOR=1
459454
- RIVET_OTEL_ENABLED=1
@@ -493,7 +488,6 @@ services:
493488
target: engine-full
494489
platform: linux/amd64
495490
restart: unless-stopped
496-
command: /usr/bin/rivet-engine start
497491
environment:
498492
- RUST_LOG_ANSI_COLOR=1
499493
- RIVET_OTEL_ENABLED=1
@@ -668,7 +662,6 @@ services:
668662
target: engine-full
669663
platform: linux/amd64
670664
restart: unless-stopped
671-
command: /usr/bin/rivet-engine start
672665
environment:
673666
- RUST_LOG_ANSI_COLOR=1
674667
- RIVET_OTEL_ENABLED=1
@@ -708,7 +701,6 @@ services:
708701
target: engine-full
709702
platform: linux/amd64
710703
restart: unless-stopped
711-
command: /usr/bin/rivet-engine start
712704
environment:
713705
- RUST_LOG_ANSI_COLOR=1
714706
- RIVET_OTEL_ENABLED=1
@@ -748,7 +740,6 @@ services:
748740
target: engine-full
749741
platform: linux/amd64
750742
restart: unless-stopped
751-
command: /usr/bin/rivet-engine start
752743
environment:
753744
- RUST_LOG_ANSI_COLOR=1
754745
- RIVET_OTEL_ENABLED=1

docker/dev-multidc/docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ services:
153153
target: engine-full
154154
platform: linux/amd64
155155
restart: unless-stopped
156-
command: /usr/bin/rivet-engine start
157156
environment:
158157
- RUST_LOG_ANSI_COLOR=1
159158
- RIVET_OTEL_ENABLED=1
@@ -302,7 +301,6 @@ services:
302301
target: engine-full
303302
platform: linux/amd64
304303
restart: unless-stopped
305-
command: /usr/bin/rivet-engine start
306304
environment:
307305
- RUST_LOG_ANSI_COLOR=1
308306
- RIVET_OTEL_ENABLED=1
@@ -447,7 +445,6 @@ services:
447445
target: engine-full
448446
platform: linux/amd64
449447
restart: unless-stopped
450-
command: /usr/bin/rivet-engine start
451448
environment:
452449
- RUST_LOG_ANSI_COLOR=1
453450
- RIVET_OTEL_ENABLED=1

docker/dev-multinode/docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ services:
146146
target: engine-full
147147
platform: linux/amd64
148148
restart: unless-stopped
149-
command: /usr/bin/rivet-engine start
150149
environment:
151150
- RUST_LOG_ANSI_COLOR=1
152151
- RIVET_OTEL_ENABLED=1
@@ -185,7 +184,6 @@ services:
185184
target: engine-full
186185
platform: linux/amd64
187186
restart: unless-stopped
188-
command: /usr/bin/rivet-engine start
189187
environment:
190188
- RUST_LOG_ANSI_COLOR=1
191189
- RIVET_OTEL_ENABLED=1
@@ -222,7 +220,6 @@ services:
222220
target: engine-full
223221
platform: linux/amd64
224222
restart: unless-stopped
225-
command: /usr/bin/rivet-engine start
226223
environment:
227224
- RUST_LOG_ANSI_COLOR=1
228225
- RIVET_OTEL_ENABLED=1

docker/dev/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ services:
146146
target: engine-full
147147
platform: linux/amd64
148148
restart: unless-stopped
149-
command: /usr/bin/rivet-engine start
150149
environment:
151150
- RUST_LOG_ANSI_COLOR=1
152151
- RIVET_OTEL_ENABLED=1

docker/template/src/docker-compose.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ export function generateDockerCompose(context: TemplateContext) {
265265
},
266266
platform: "linux/amd64",
267267
restart: "unless-stopped",
268-
command: "/usr/bin/rivet-engine start",
269268
environment: [
270269
"RUST_LOG_ANSI_COLOR=1",
271270
"RIVET_OTEL_ENABLED=1",

0 commit comments

Comments
 (0)