Skip to content

Commit

Permalink
feature: add hatvp service
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Aug 15, 2018
1 parent a3c2e10 commit 6c33eb5
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 @@ -63,6 +63,17 @@ services:
ports:
- 8000:8000

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

volumes:
pgdata:
_dumps:
Expand Down

0 comments on commit 6c33eb5

Please sign in to comment.