try to bind volume in docker compose

This commit is contained in:
max 2024-12-23 17:26:24 +00:00 committed by git.gay
parent a4845f8f8a
commit a6142c50c0

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: