Skip to content

Commit

Permalink
Merge pull request #15 from Diesel-Net/development
Browse files Browse the repository at this point in the history
Add required network params
  • Loading branch information
tomdaley92 authored Aug 24, 2023
2 parents b1779a9 + 59803d8 commit ce2b6e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@

- name: 'Copy dynamic configuration from variable to {{ config_dir }}/dynamic/config.yaml'
copy:
content: '{{ traefik_config }}'
content: '{{ traefik_config | to_nice_yaml }}'
dest: "{{ config_dir }}/dynamic/config.yaml"
when: traefik_config
vars:
app_name: traefik

Expand Down Expand Up @@ -84,6 +85,7 @@
tasks_from: network_create
vars:
docker_network: '{{ traefik_network }}'
options: --scope=swarm --driver=overlay

- include_role:
name: docker
Expand Down

0 comments on commit ce2b6e2

Please sign in to comment.