Initial
This commit is contained in:
Executable
+21
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
dockge:
|
||||
image: louislam/dockge:latest
|
||||
restart: unless-stopped
|
||||
container_name: dockge-agent
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
ports:
|
||||
# Host Port : Container Port
|
||||
- 9111:5001
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /opt/dockge/data:/app/data
|
||||
- /opt/:/opt/
|
||||
environment:
|
||||
# Tell Dockge where is your stacks directory
|
||||
- DOCKGE_STACKS_DIR=/opt/
|
||||
- DOCKGE_ENABLE_CONSOLE=true
|
||||
networks: {}
|
||||
Executable
+16
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
dozzle-agent:
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
image: amir20/dozzle:latest
|
||||
command: agent
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 9007:7007
|
||||
networks: {}
|
||||
|
||||
#
|
||||
Reference in New Issue
Block a user