try to bind volume in docker compose

This commit is contained in:
max 2024-12-23 17:26:24 +00:00 committed by theycallhermax
parent e0d9d1dba0
commit 4a1de9417a
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

View file

@ -18,8 +18,12 @@ services:
ports:
- "8000:8000"
volumes:
- catask-data:/catask/config.json
- catask-data:/catask/.env
- type: bind
source: catask-data
target: /catask/config.json
- type: bind
source: catask-data
target: /catask/.env
build:
dockerfile: Dockerfile
args: