diff --git a/docker-compose.yml b/docker-compose.yml index 80754a9..426ac22 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,10 +20,10 @@ services: - "8000:8000" volumes: - type: bind - source: catask-data + source: ./config.json target: /catask/config.json - type: bind - source: catask-data + source: ./.env target: /catask/.env build: dockerfile: Dockerfile @@ -33,5 +33,4 @@ services: - mariadb volumes: - db-data: - catask-data: \ No newline at end of file + db-data: \ No newline at end of file