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: ports:
- "8000:8000" - "8000:8000"
volumes: volumes:
- catask-data:/catask/config.json - type: bind
- catask-data:/catask/.env source: catask-data
target: /catask/config.json
- type: bind
source: catask-data
target: /catask/.env
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
args: args: