Skip to content

Commit

Permalink
update compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Aug 30, 2024
1 parent 59108b8 commit f0346e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion angular-client/compose.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ services:
ports:
- 80:80
cpu_shares: 512
mem_limit: 1gb
6 changes: 2 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ services:
volumes:
- db-data:/var/lib/postgresql/data
cpu_shares: 1024
mem_limit: 3gb
stop_grace_period: 1m
stop_grace_period: 2m

scylla-server-rust:
container_name: scylla-server-rust
Expand All @@ -31,8 +30,7 @@ services:
- SCYLLA_PROD=true
- RUST_LOG=warn,scylla_server_rust=info # default log setting for docker
cpu_shares: 1024
mem_limit: 2gb
stop_grace_period: 10s
stop_grace_period: 2m
stop_signal: SIGINT
init: true
entrypoint: ["./docker_run.sh"]
Expand Down
1 change: 0 additions & 1 deletion siren-base/compose.siren.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ services:
volumes:
- ./mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
cpu_shares: 2048
mem_limit: 2gb
oom_kill_disable: true

0 comments on commit f0346e3

Please sign in to comment.