Enable DNS in inter-container networks

This commit is contained in:
Francesco Antognazza
2023-02-06 09:59:41 +01:00
parent 44261862ad
commit 29ead64f6a
3 changed files with 249 additions and 252 deletions

View File

@@ -66,7 +66,6 @@
name: "{{ item }}"
recreate: false
state: "present"
disable_dns: true
become_user: containers
become: true
loop:
@@ -100,7 +99,7 @@
traefik.enable: "true"
traefik.http.middlewares.traefik-auth.basicauth.users: "{{ vault_traefik_basic_auth }}"
traefik.http.routers.traefik.entrypoints: "https"
traefik.http.routers.traefik.rule: "Path(`/traefik`)"
traefik.http.routers.traefik.rule: "PathPrefix(`/traefik`)"
traefik.http.routers.traefik.middlewares: "traefik-auth@docker"
traefik.http.routers.traefik.tls: "true"
traefik.http.routers.traefik.tls.certresolver: "wildcard"