feat: clean up redundant networks
This commit is contained in:
@@ -20,11 +20,9 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
expose:
|
||||
- 9443
|
||||
- 8000 # Remove if you do not intend to use Edge Agents
|
||||
ports:
|
||||
- 9443:9443
|
||||
networks:
|
||||
- default
|
||||
- traefik_public
|
||||
|
||||
volumes:
|
||||
@@ -32,7 +30,5 @@ volumes:
|
||||
name: portainer_data
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: kendricklab
|
||||
traefik_public:
|
||||
external: true
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
version: "3"
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
traefik_public:
|
||||
external: true
|
||||
|
||||
@@ -34,7 +32,6 @@ services:
|
||||
traefik.tcp.routers.gitea-ssh.tls.passthrough: "true"
|
||||
traefik.tcp.services.gitea-ssh.loadbalancer.server.address: "${HOST_IP}:222"
|
||||
networks:
|
||||
- gitea
|
||||
- traefik_public
|
||||
volumes:
|
||||
- ${CONFIG_ROOT}/gitea:/data
|
||||
|
||||
Reference in New Issue
Block a user