Initial Commit

This commit is contained in:
borgal
2024-03-15 11:01:46 +01:00
parent ef92ad0399
commit 1684f897e1

14
dockge/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.8"
services:
dockge:
image: louislam/dockge
container_name: dockge
restart: unless-stopped
ports:
- 8002:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- /opt:/opt
environment:
- DOCKGE_STACKS_DIR=/opt