Skip to content

Commit

Permalink
Added ENV support
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphte committed Nov 6, 2021
1 parent 63ffcbd commit f475849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ traefik_ports:
- '80:80'
- '443:443'
traefik_labels: {}
traefik_env:

# traefik_confkey_global: {}
# traefik_confkey_serversTransport: {}
Expand Down
1 change: 1 addition & 0 deletions tasks/1_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
published_ports: '{{ traefik_ports }}'
volumes: '{{ traefik_volumes + traefik_add_volumes }}'
labels: '{{ traefik_labels }}'
env: '{{ traefik_env }}'
command:
- '--configFile=/etc/traefik/traefik.yml'
networks:
Expand Down

0 comments on commit f475849

Please sign in to comment.