Skip to content

Commit

Permalink
bugfix: switch assemble service to the correct up command
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Aug 11, 2018
1 parent 432b744 commit a088395
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ services:
POSTGRES_PASSWORD: $DB_PASSWORD
POSTGRES_USER: $DB_USER
working_dir: /usr/src/app

ports:
- 5432:5432

daemon:
build:
context: ./_provisioning/daemon
Expand Down Expand Up @@ -51,9 +53,9 @@ services:
assemblee:
build:
context: ./_provisioning/an-api
command: cargo run -p tricoteuses_api_assemblee_open_data_fetcher -- -c Config.toml
command: cargo run -p tricoteuses_api_assemblee -- -c Config.toml -v
volumes:
- ./_data:/assemble-data/
- ./_data:/assemblee-data/
depends_on:
- db

Expand Down

0 comments on commit a088395

Please sign in to comment.