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
+5 -1
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"
@@ -42,7 +46,7 @@ services:
# Prod Router
- "traefik.http.routers.xdfnx.rule=Host(`xdfnx.cfd`)"
- "traefik.http.routers.xdfnx.entrypoints=websecure"
- "traefik.http.routers.xdfnx.tls.certresolver=letsencrypt"
- "traefik.http.routers.xdfnx.tls.certresolver=letsencrypt"
- "traefik.http.routers.xdfnx.tls=true"
# Local Router
- "traefik.http.routers.xdfnx-local.rule=Host(`xdfnx.workstation.internal`)"