bind to proper files in docker compose
This commit is contained in:
parent
d4c8cb6e27
commit
4597c5c702
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
db-data:
|
Loading…
Add table
Reference in a new issue