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
+2 -1
View File
@@ -3,10 +3,11 @@ 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
+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:
+2
View File
@@ -1,6 +1,8 @@
services:
errorpage:
build: .
image: gcr.forust.xyz/forust/error-pages:latest
pull_policy: build
container_name: error-pages
restart: unless-stopped
# ports:
+4
View File
@@ -3,6 +3,8 @@ services:
build:
context: .
dockerfile: Dockerfile.forust
image: gcr.forust.xyz/forust/forust-homepage:latest
pull_policy: build
# ports:
# - "8085:80"
restart: unless-stopped
@@ -30,6 +32,8 @@ services:
build:
context: .
dockerfile: Dockerfile.xdfnx
image: gcr.forust.xyz/forust/xdfnx-homepage:latest
pull_policy: build
restart: unless-stopped
# ports:
# - "8086:80"
+5 -5
View File
@@ -3,8 +3,8 @@ services:
build:
context: .
dockerfile: Dockerfile
image: userbot:latest
pull_policy: never
image: gcr.forust.xyz/forust/userbot:latest
pull_policy: build
restart: unless-stopped
env_file:
- .env
@@ -12,14 +12,14 @@ services:
volumes:
- ./volumes/data_forust:/app/data
- ./Downloads:/app/downloads
- ./volumes/logs_forust-:/app/logs
- ./volumes/logs_forust:/app/logs
dns:
- 8.8.8.8
- 1.1.1.1
anna:
image: userbot:latest
pull_policy: never
image: gcr.forust.xyz/forust/userbot:latest
pull_policy: build
depends_on:
- forust
restart: unless-stopped