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"
|
||||
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