mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
revert b62c3d87cb22a5550a649e450bb342a21db02b72
revert get catask configs from volume "subdirectory" in docker compose
This commit is contained in:
parent
b2b90ce4f5
commit
60502eca70
1 changed files with 2 additions and 6 deletions
|
@ -19,16 +19,12 @@ services:
|
|||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- type: volume
|
||||
- type: bind
|
||||
source: catask-data
|
||||
target: /catask/config.json
|
||||
volume:
|
||||
subpath: .
|
||||
- type: volume
|
||||
- type: bind
|
||||
source: catask-data
|
||||
target: /catask/.env
|
||||
volume:
|
||||
subpath: .
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue