revert b62c3d87cb22a5550a649e450bb342a21db02b72
revert get catask configs from volume "subdirectory" in docker compose
This commit is contained in:
parent
394e7a1892
commit
d4c8cb6e27
1 changed files with 2 additions and 6 deletions
|
@ -19,16 +19,12 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- type: bind
|
||||||
source: catask-data
|
source: catask-data
|
||||||
target: /catask/config.json
|
target: /catask/config.json
|
||||||
volume:
|
- type: bind
|
||||||
subpath: .
|
|
||||||
- type: volume
|
|
||||||
source: catask-data
|
source: catask-data
|
||||||
target: /catask/.env
|
target: /catask/.env
|
||||||
volume:
|
|
||||||
subpath: .
|
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue