only expose treafik dashboard on private networks
This commit is contained in:
parent
1a2a60e719
commit
3f7ea3db7e
5 changed files with 9 additions and 19 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue