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:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- ./config.json:/catask/config.json
|
||||||
source: ./config.json
|
- ./.env:/catask/.env
|
||||||
target: /catask/config.json
|
|
||||||
- type: bind
|
|
||||||
source: ./.env
|
|
||||||
target: /catask/.env
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
Loading…
Add table
Reference in a new issue