volumes for installed files for faster startup
This commit is contained in:
parent
ee4f348044
commit
fcd9648e69
@ -27,6 +27,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ckan_storage:/var/lib/ckan
|
- ckan_storage:/var/lib/ckan
|
||||||
- ./src:/srv/app/src_extensions
|
- ./src:/srv/app/src_extensions
|
||||||
|
- /usr/lib/python3.10/site-packages
|
||||||
|
- /root/.vscode-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
|
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
|
||||||
|
|||||||
@ -43,6 +43,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ckan_storage:/var/lib/ckan
|
- ckan_storage:/var/lib/ckan
|
||||||
|
- /usr/lib/python3.10/site-packages
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
|
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user