use short syntax for catask config binds in docker compose
This commit is contained in:
parent
07a90a5b92
commit
b08d281e62
1 changed files with 2 additions and 6 deletions
|
@ -28,12 +28,8 @@ services:
|
|||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./config.json
|
||||
target: /catask/config.json
|
||||
- type: bind
|
||||
source: ./.env
|
||||
target: /catask/.env
|
||||
- ./config.json:/catask/config.json
|
||||
- ./.env:/catask/.env
|
||||
|
||||
volumes:
|
||||
db-data:
|
Loading…
Add table
Reference in a new issue