Adds dev tools docker image
This commit is contained in:
parent
1a2c85a327
commit
b601ac6f91
6 changed files with 26 additions and 6 deletions
|
@ -84,6 +84,11 @@ services:
|
|||
- db
|
||||
- redis_broker
|
||||
restart: on-failure
|
||||
dev-tools:
|
||||
build: dev-tools-docker
|
||||
env_file: .env
|
||||
volumes:
|
||||
- .:/app
|
||||
volumes:
|
||||
pgdata:
|
||||
static_volume:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue