add dockge
This commit is contained in:
parent
24618e84c0
commit
fb50042405
|
|
@ -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:
|
||||
Loading…
Reference in New Issue