Skip to content

Commit

Permalink
Merge pull request #18 from Diesel-Net/development
Browse files Browse the repository at this point in the history
patch for new docker role
  • Loading branch information
tomdaley92 authored Jan 16, 2024
2 parents d556ad8 + 66bd752 commit cd43110
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- name: docker
scm: git
src: "[email protected]:Diesel-Net/ansible-role-docker.git"
version: 2.0.4
version: 2.1.0
4 changes: 2 additions & 2 deletions tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
tasks_from: network_create
vars:
docker_network: '{{ traefik_network }}'
options: --scope=swarm --driver=overlay
opts: --scope=swarm --driver=overlay

- include_role:
name: docker
Expand All @@ -98,7 +98,7 @@
name: docker
tasks_from: service_update
vars:
options: --force
opts: --force
app_name: traefik
docker_service: proxy

2 changes: 1 addition & 1 deletion templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:


proxy:
image: traefik:2.10.4
image: traefik:2.10.7
volumes:
- /etc/localtime:/etc/localtime
- /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit cd43110

Please sign in to comment.