Use different network and service name for Traefik due to weird naming conflict problems concerning the role var traefik

This commit is contained in:
Jan Beilicke 2020-03-25 22:58:23 +01:00
parent 6c09f6091c
commit cad755f818

View file

@ -2,16 +2,16 @@
version: '3'
networks:
traefik:
public:
driver: bridge
services:
# Load Balancer / SSL / Web Server
traefik:
revproxy:
image: traefik:v2.1
restart: always
networks:
- traefik
- public
ports:
{% if traefik.expose_internally | default(False) %}
- "8181:8080"