mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
bind to proper files in docker compose
This commit is contained in:
parent
60502eca70
commit
0117e2da62
1 changed files with 3 additions and 4 deletions
|
@ -20,10 +20,10 @@ services:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: catask-data
|
source: ./config.json
|
||||||
target: /catask/config.json
|
target: /catask/config.json
|
||||||
- type: bind
|
- type: bind
|
||||||
source: catask-data
|
source: ./.env
|
||||||
target: /catask/.env
|
target: /catask/.env
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -33,5 +33,4 @@ services:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
||||||
catask-data:
|
|
Loading…
Add table
Reference in a new issue