mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
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:
parent
bb334106ad
commit
40e34994fd
4 changed files with 9 additions and 9 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue