mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
image: louislam/dockge:1
|
||||
container_name: dockge
|
||||
ports:
|
||||
- 5001:5001
|
||||
- 5002:5001
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/app/data
|
||||
@@ -21,3 +21,9 @@ services:
|
||||
environment:
|
||||
# Tell Dockge where to find the stacks
|
||||
- DOCKGE_STACKS_DIR=/opt/stacks
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user