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" - "8000:8000"
volumes: volumes:
- type: bind - type: bind
source: catask-data source: ./config.json
target: /catask/config.json target: /catask/config.json
- type: bind - type: bind
source: catask-data source: ./.env
target: /catask/.env target: /catask/.env
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
@ -33,5 +33,4 @@ services:
- mariadb - mariadb
volumes: volumes:
db-data: db-data:
catask-data: