1
0
Fork 0

add dockge

This commit is contained in:
Ilya Mukhortov 2025-05-16 20:22:43 +10:00
parent 24618e84c0
commit fb50042405
1 changed files with 24 additions and 0 deletions

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

@ -0,0 +1,24 @@
version: '3'
services:
dockge:
image: louislam/dockge:1
container_name: dockge
restart: "always"
ports:
- 881:5001
networks:
- medicine-network
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockge-data:/app/data
- /opt/stacks:/opt/stacks
environment:
- DOCKGE_STACKS_DIR=/opt/stacks
networks:
medicine-network:
external: true
volumes:
dockge-data: