All checks were successful
Deploy Containers / Prepare (push) Successful in 44s
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
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: "thin"
|
|
WSQS_settings_kiosk_checkbox: "true"
|
|
WSQS_settings_mediaPlaying_boolean: "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"
|
|
|
|
- name: Deploy WS4Channels
|
|
include_role:
|
|
name: docker
|
|
vars:
|
|
name: weatherstar_ws4channels
|
|
image:
|
|
name: ghcr.io/rice9797/ws4channels
|
|
tag: latest
|
|
networks:
|
|
- name: homelab
|
|
env:
|
|
WS4KP_HOST: "https://weatherstar.fntz.net"
|
|
WS4KP_PORT: "443"
|
|
ZIP_CODE: "14020"
|
|
published_ports:
|
|
- "9798:9798"
|