bind to proper files in docker compose

This commit is contained in:
max 2024-12-23 18:25:28 +00:00 committed by git.gay
parent d4c8cb6e27
commit 4597c5c702

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
@ -33,5 +33,4 @@ services:
- mariadb
volumes:
db-data:
catask-data:
db-data: