bind to proper files in docker compose

This commit is contained in:
max 2024-12-23 18:25:28 +00:00 committed by theycallhermax
parent 60502eca70
commit 0117e2da62
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

View file

@ -20,10 +20,10 @@ services:
- "8000:8000"
volumes:
- type: bind
source: catask-data
source: ./config.json
target: /catask/config.json
- type: bind
source: catask-data
source: ./.env
target: /catask/.env
build:
dockerfile: Dockerfile
@ -34,4 +34,3 @@ services:
volumes:
db-data:
catask-data: