Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
  • Loading branch information
isankadn committed Mar 24, 2024
1 parent ca8fa58 commit d650f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- .:/usr/src/app
- cargo_registry:/usr/local/cargo/registry
- cargo_git:/usr/local/cargo/git
- ./config-dev.yml:/app/config-dev.yml
- ./config-prod.yml:/app/config-prod.yml
environment:
- DATABASE_URL=${PG_DATABASE_URL}
- RUST_LOG=${RUST_LOG}
Expand Down

0 comments on commit d650f8c

Please sign in to comment.