mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 05:43:41 -05:00
try to bind volume in docker compose
This commit is contained in:
parent
e0d9d1dba0
commit
4a1de9417a
1 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,12 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- catask-data:/catask/config.json
|
- type: bind
|
||||||
- catask-data:/catask/.env
|
source: catask-data
|
||||||
|
target: /catask/config.json
|
||||||
|
- type: bind
|
||||||
|
source: catask-data
|
||||||
|
target: /catask/.env
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue