fix artifact of migration to traefik
This commit is contained in:
parent
714706be71
commit
d1ae38cb3d
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@
|
|||
- pretix-db.service
|
||||
- pretix-redis.service
|
||||
|
||||
- name: "Add Pretix to Docker network nginx_net"
|
||||
- name: "Add Pretix to Docker network traefik"
|
||||
docker_network:
|
||||
name: nginx_net
|
||||
name: traefik
|
||||
connected:
|
||||
- "{{ pretix_container_name }}"
|
||||
appends: true
|
||||
|
|
Loading…
Reference in a new issue