mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +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
|
|
@ -49,7 +49,7 @@ On a box that does **not** already run Traefik:
|
|||
|
||||
```bash
|
||||
cp .env.example .env # fill in PUBLIC_HOST, TURN_HOST, secrets, ACME_EMAIL
|
||||
docker network create traefik
|
||||
docker network create traefik-proxy
|
||||
docker compose -f docker-compose.traefik.yaml --env-file .env up -d # stand-in Traefik
|
||||
docker compose --env-file .env up -d # app stack
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue