chore: add gitea container registry compose support for localy builded apps

This commit is contained in:
2026-06-07 14:37:57 +02:00
parent bdcdb1cb3d
commit a68c01a68f
5 changed files with 20 additions and 9 deletions
+3 -2
View File
@@ -3,12 +3,13 @@ services:
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
- default