mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23: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:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- catask-data:/catask/config.json
|
||||
- catask-data:/catask/.env
|
||||
- type: bind
|
||||
source: catask-data
|
||||
target: /catask/config.json
|
||||
- type: bind
|
||||
source: catask-data
|
||||
target: /catask/.env
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue