use short syntax for catask config binds in docker compose

This commit is contained in:
max 2024-12-27 18:37:30 +00:00 committed by git.gay
parent 07a90a5b92
commit b08d281e62

View file

@ -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: