Files
homelab/dtek_notif/docker-compose.yaml
T
2026-06-07 14:37:57 +02:00

16 lines
294 B
YAML

services:
dtek_notif:
build:
context: .
dockerfile: Dockerfile
image: gcr.forust.xyz/forust/dtek-notif:latest
pull_policy: build
restart: unless-stopped
environment:
- TZ=Europe/Kyiv
dns:
- 1.1.1.1
- 8.8.8.8
networks:
- default