mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
d995ef19b5
commit
71d9cbdce6
@ -96,14 +96,13 @@ services:
|
|||||||
appstore:
|
appstore:
|
||||||
container_name: "dootask-appstore-${APP_ID}"
|
container_name: "dootask-appstore-${APP_ID}"
|
||||||
privileged: true
|
privileged: true
|
||||||
image: "dootask/appstore:0.0.7"
|
image: "dootask/appstore:0.0.8"
|
||||||
volumes:
|
volumes:
|
||||||
- shared_data:/usr/share/dootask
|
- shared_data:/usr/share/dootask
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./:/var/www
|
- ./:/var/www
|
||||||
environment:
|
environment:
|
||||||
HOST_PWD: "${PWD}"
|
HOST_PWD: "${PWD}"
|
||||||
RUN_MODE: "strict"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost/health"]
|
test: ["CMD", "curl", "-f", "http://localhost/health"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user