Skip to content

Commit

Permalink
chore: updating docker-compose.yml to run the new version of the server
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Nov 26, 2024
1 parent 383ce47 commit ea60e48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
ports:
- 8080:8080
environment:
RUST_LOG: "info,hyper=error"
RUST_LOG: "ratings_new=debug,hyper=error"
APP_LOG_LEVEL: "info"
APP_ENV: "dev"
APP_HOST: "0.0.0.0"
Expand All @@ -36,7 +36,8 @@ services:
APP_ADMIN_USER: "shadow"
APP_ADMIN_PASSWORD: "maria"
volumes:
- .:/app
# - .:/app
- ./crates/ratings_new:/app
- cargo-cache:/usr/local/cargo/registry
- target-cache:/app/target
entrypoint: "cargo watch -i 'tests/**' -x run"
Expand Down

0 comments on commit ea60e48

Please sign in to comment.