puzzeltocht: container_name: puzzeltocht restart: always image: quintor/puzzeltocht:1.0-SNAPSHOT ports: - 127.0.0.1::8080 labels: - "traefik.enable=true" - "traefik.port=8080" - "traefik.http.routers.puzzeltocht.rule=Host(`puzzeltocht.ijscoboer.nl`)" - "traefik.http.routers.puzzeltocht.entrypoints=websecure" - "traefik.http.routers.puzzeltocht.tls=true"