Skip to content
Snippets Groups Projects
Commit 765afbbe authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

wordpress und dokuwiki ebenfalls in email network

parent 07bd2c0e
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ administratorenteam:
docker:
# Interne Docker-Netzwerke
internal_networks:
- email
- mail
- web
# Monitoring aktivieren
......
......@@ -16,8 +16,11 @@ services:
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=80
networks:
- default
- mail
- web
networks:
mail:
external: true
web:
external: true
......@@ -35,8 +35,11 @@ services:
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=80
networks:
- default
- mail
- web
networks:
mail:
external: true
web:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment