mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
added dockge and dozzle
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
# Dockge
|
||||||
|
|
||||||
|
https://dockge.kuma.pet/
|
||||||
|
|
||||||
|
# Stacks Directory
|
||||||
|
|
||||||
|
⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH.
|
||||||
|
|
||||||
|
1. FULL path only. No relative path (MUST)
|
||||||
|
2. Left Stacks Path === Right Stacks Path (MUST)
|
||||||
|
|
||||||
|
Therefore:
|
||||||
|
```bash
|
||||||
|
sudo mkdir -p /data/dockge/data /data/dockge/stacks
|
||||||
|
```
|
||||||
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
dockge:
|
||||||
|
image: louislam/dockge:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 5001:5001
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /data/dockge/data:/app/data
|
||||||
|
- /opt/stacks:/opt/stacks
|
||||||
|
environment:
|
||||||
|
- DOCKGE_STACKS_DIR=/data/dockge/stacks
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Intentionally Blank
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Intentionally Blank
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
dozzle:
|
||||||
|
image: amir20/dozzle:latest
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
Reference in New Issue
Block a user