fix artifact of migration to traefik

This commit is contained in:
erebion 2024-07-16 22:04:43 +02:00
parent 714706be71
commit d1ae38cb3d

View file

@ -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