only expose treafik dashboard on private networks

This commit is contained in:
Pim Kunis 2023-01-31 09:51:50 +01:00
parent 1a2a60e719
commit 3f7ea3db7e
5 changed files with 9 additions and 19 deletions

View file

@ -20,10 +20,6 @@
copy:
src: "{{ role_path }}/files/services.toml"
dest: "{{ service_dir }}/services.toml"
- name: Copy basic_auth_users file
copy:
src: "{{ role_path }}/files/basic_auth_users"
dest: "{{ service_dir }}/basic_auth_users"
- name: Create traefik network
docker_network:
name: "traefik"