From 375cbff6304c2d8af0169bb32fa86434c512873e Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Wed, 17 Sep 2025 11:25:04 -0700 Subject: [PATCH] fix(docker): fix start command in docker compose --- docker/dev-host/docker-compose.yml | 1 - docker/dev-multidc-multinode/docker-compose.yml | 9 --------- docker/dev-multidc/docker-compose.yml | 3 --- docker/dev-multinode/docker-compose.yml | 3 --- docker/dev/docker-compose.yml | 1 - docker/template/src/docker-compose.ts | 1 - 6 files changed, 18 deletions(-) diff --git a/docker/dev-host/docker-compose.yml b/docker/dev-host/docker-compose.yml index 7331a6f3d6..f98a9b03f0 100644 --- a/docker/dev-host/docker-compose.yml +++ b/docker/dev-host/docker-compose.yml @@ -129,7 +129,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 diff --git a/docker/dev-multidc-multinode/docker-compose.yml b/docker/dev-multidc-multinode/docker-compose.yml index d543263a7d..17a5003443 100644 --- a/docker/dev-multidc-multinode/docker-compose.yml +++ b/docker/dev-multidc-multinode/docker-compose.yml @@ -154,7 +154,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -196,7 +195,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -236,7 +234,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -413,7 +410,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -453,7 +449,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -493,7 +488,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -668,7 +662,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -708,7 +701,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -748,7 +740,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 diff --git a/docker/dev-multidc/docker-compose.yml b/docker/dev-multidc/docker-compose.yml index 9d49b3d228..e144aa902c 100644 --- a/docker/dev-multidc/docker-compose.yml +++ b/docker/dev-multidc/docker-compose.yml @@ -153,7 +153,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -302,7 +301,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -447,7 +445,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 diff --git a/docker/dev-multinode/docker-compose.yml b/docker/dev-multinode/docker-compose.yml index 4e7fba5dab..1720b19242 100644 --- a/docker/dev-multinode/docker-compose.yml +++ b/docker/dev-multinode/docker-compose.yml @@ -146,7 +146,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -185,7 +184,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 @@ -222,7 +220,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 diff --git a/docker/dev/docker-compose.yml b/docker/dev/docker-compose.yml index df2f69a993..1452731f94 100644 --- a/docker/dev/docker-compose.yml +++ b/docker/dev/docker-compose.yml @@ -146,7 +146,6 @@ services: target: engine-full platform: linux/amd64 restart: unless-stopped - command: /usr/bin/rivet-engine start environment: - RUST_LOG_ANSI_COLOR=1 - RIVET_OTEL_ENABLED=1 diff --git a/docker/template/src/docker-compose.ts b/docker/template/src/docker-compose.ts index 19f044c5c8..68d25a4d02 100644 --- a/docker/template/src/docker-compose.ts +++ b/docker/template/src/docker-compose.ts @@ -265,7 +265,6 @@ export function generateDockerCompose(context: TemplateContext) { }, platform: "linux/amd64", restart: "unless-stopped", - command: "/usr/bin/rivet-engine start", environment: [ "RUST_LOG_ANSI_COLOR=1", "RIVET_OTEL_ENABLED=1",