Skip to content

Commit

Permalink
add: senate api service
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Sep 15, 2018
1 parent 9383122 commit 6649a40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ services:
ports:
- 8003:8003

senat:
build:
context: ./_provisioning/senat-api
environment:
- ROCKET_ENV=staging
command: cargo run -p tricoteuses_api_senat -- -c Config.toml -v
volumes:
- ./_data:/senat-data/
ports:
- 8004:8004

volumes:
pgdata:
_dumps:
Expand Down

0 comments on commit 6649a40

Please sign in to comment.