Files
homelab/tasks/weatherstar.yml
Alex Frantz 2b9e6b5c7c
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled
update args
2026-04-05 22:16:01 -04:00

25 lines
768 B
YAML

---
- name: Deploy Weatherstar
include_role:
name: docker
vars:
name: weatherstar
image:
name: ghcr.io/netbymatt/ws4kp
tag: latest
networks:
- name: homelab
env:
TZ: "{{ TZ }}"
WSQS_latLonQuery: "Batavia, New York, USA"
WSQS_hazards_checkbox: "true"
WSQS_current_weather_checkbox: "true"
WSQS_settings-mediaVolume-select: "0.75"
WSQS_settings-scanLineMode-select: "true"
labels:
traefik.enable: "true"
traefik.http.routers.weatherstar.rule: Host(`weatherstar.fntz.net`)
traefik.http.routers.weatherstar.entrypoints: webSecure
traefik.http.routers.weatherstar.tls.certresolver: letsencrypt
traefik.http.services.weatherstar.loadbalancer.server.port: "8080"