mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +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
|
|
@ -9,10 +9,10 @@
|
|||
PUBLIC_HOST=app.example.com
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Managed Traefik wiring (confirm these three with Hostinger)
|
||||
# Managed Traefik wiring (Hostinger Docker Manager defaults — leave as-is there)
|
||||
# ---------------------------------------------------------------------------
|
||||
# Name of the existing Docker network Traefik watches/attaches to.
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_NETWORK=traefik-proxy
|
||||
# Name of Traefik's HTTPS entrypoint (often "websecure" or "https").
|
||||
TRAEFIK_ENTRYPOINT=websecure
|
||||
# Name of Traefik's Let's Encrypt certificate resolver.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue