2.4.47
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 19s
Build & Deploy / 🧪 QA (push) Successful in 1m21s
Build & Deploy / 🏗️ Build (push) Successful in 2m26s
Build & Deploy / 🚀 Deploy (push) Successful in 26s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 49s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-08-12 13:37:55 +02:00
parent 2a9f414e87
commit 19c8cec1d3
17 changed files with 84 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ services:
- infra
- default
labels:
- "caddy=http://${TRAEFIK_HOST:-etib.localhost}"
- "caddy=http://${TRAEFIK_HOST:-etib.localhost}, http://e-tib.localhost"
- "caddy.reverse_proxy=http://etib-app:3001"
extra_hosts:
- "host.docker.internal:host-gateway"
@@ -77,7 +77,7 @@ services:
networks:
default:
name: ${PROJECT_NAME:-e-tib}-internal
name: ${COMPOSE_PROJECT_NAME:-etib}-dev-internal
infra:
external: true