diff --git a/docker-compose.yml b/docker-compose.yml index 80754a9..8ffbe03 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,12 +19,16 @@ services: ports: - "8000:8000" volumes: - - type: bind + - type: volume source: catask-data target: /catask/config.json - - type: bind + volume: + subpath: . + - type: volume source: catask-data target: /catask/.env + volume: + subpath: . build: dockerfile: Dockerfile args: