Skip to content

Commit

Permalink
misc compose fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jul 24, 2024
1 parent 7dca968 commit 85067da
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Create and publish client docker image

on:
workflow_dispatch:
push:



Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scylla-server-rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Create and publish scylla docker image

on:
workflow_dispatch:
push:



Expand Down
2 changes: 1 addition & 1 deletion angular-client/compose.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
client:
container_name: client
restart: unless-stopped
image: ghcr.io/northeastern-electric-racing/argos-client:rust-rewrite-socket
image: ghcr.io/northeastern-electric-racing/argos-client:feature-scylla-rust-server
build:
context: .
args:
Expand Down
1 change: 1 addition & 0 deletions compose.tpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ services:
- PROD_SIREN_HOST_URL=host.docker.internal:1883
extra_hosts:
- "host.docker.internal:host-gateway" # for external siren
init: false # not supported on buildroot for some reason, further investigation needed
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

scylla-server-rust:
container_name: scylla-server-rust
image: ghcr.io/northeastern-electric-racing/argos-scylla:rust-rewrite-socket
image: ghcr.io/northeastern-electric-racing/argos-scylla:feature-scylla-rust-server
build:
context: ./scylla-server-rust
restart: unless-stopped
Expand All @@ -29,7 +29,7 @@ services:
- SOURCE_DATABASE_URL=postgresql://postgres:password@odyssey-timescale:5432/timescaledb
# - PROD_SIREN_HOST_URL=siren:1883
- PROD_SCYLLA=true
- RUST_LOG=none,scylla_server_rust=INFO # default log setting for docker
- RUST_LOG=none,scylla_server_rust=info # default log setting for docker
cpu_shares: 1024
mem_limit: 2gb
stop_grace_period: 10s
Expand Down

0 comments on commit 85067da

Please sign in to comment.