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 theycallhermax
parent c14acdabe8
commit 7727c6eeb2
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

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: