Skip to content

Commit

Permalink
bash command for daemon. Scripts instructions added in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Aug 1, 2018
1 parent 886867c commit 67d7451
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ services:
environment:
POSTGRES_PASSWORD: $DB_PASSWORD
POSTGRES_USER: $DB_USER
working_dir: /usr/src/app
working_dir: /usr/src/app

daemon:
build:
context: ./_provisioning/daemon
command : bash
tty: true
depends_on:
- db
volumes:
- ./_data:/tricoteuses-daemon/data
- ./_dumps:/_dumps

api:
build:
Expand Down

0 comments on commit 67d7451

Please sign in to comment.