Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docker/dev-host/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions docker/dev-multidc-multinode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docker/dev-multidc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docker/dev-multinode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docker/template/src/docker-compose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading