Updated some of the apps to be better managed and deployed
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
services:
|
||||
app:
|
||||
doku:
|
||||
image: amerkurev/doku:latest
|
||||
container_name: doku
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro \
|
||||
- /:/hostroot:ro \
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /:/hostroot:ro
|
||||
ports:
|
||||
- ${DOKU_PORT}:9090
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://localhost:9090/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
|
||||
Reference in New Issue
Block a user