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
+4
View File
@@ -17,6 +17,8 @@ services:
session-keeper:
build: ./phpsessid-bot
image: gcr.forust.xyz/forust/session-keeper:latest
pull_policy: build
env_file: .env
restart: unless-stopped
depends_on:
@@ -31,6 +33,8 @@ services:
webinar-checker:
build: ./webinar-checker
image: gcr.forust.xyz/forust/webinar-checker:latest
pull_policy: build
env_file: .env
restart: unless-stopped
depends_on: