deploy/hostinger: default Traefik network to traefik-proxy (Hostinger)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Abhishek Kumar 2026-06-21 15:02:05 +05:30
parent bb334106ad
commit 40e34994fd
4 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@
# - a long idleTimeout so long-lived signaling WebSockets aren't cut
#
# Bring up BEFORE the app stack, on the same external network:
# docker network create traefik
# docker network create traefik-proxy
# docker compose -f docker-compose.traefik.yaml --env-file .env up -d
# docker compose --env-file .env up -d
# =================================================================
@ -55,4 +55,4 @@ volumes:
networks:
traefik:
external: true
name: ${TRAEFIK_NETWORK:-traefik}
name: ${TRAEFIK_NETWORK:-traefik-proxy}