Switch to lbrynet network
This commit is contained in:
parent
5ef885df04
commit
5aab4dc5f6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '3.4'
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
lbrynet:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
@ -14,7 +14,7 @@ services:
|
|||
image: traefik:alpine
|
||||
command: --api --docker --docker.domain=docker.localhost --logLevel=DEBUG
|
||||
networks:
|
||||
traefik:
|
||||
lbrynet:
|
||||
ipv4_address: 10.5.1.100
|
||||
ports:
|
||||
- target: 80
|
||||
|
@ -36,7 +36,7 @@ services:
|
|||
labels:
|
||||
# https://docs.traefik.io/user-guide/docker-and-lets-encrypt/
|
||||
- "traefik.backend=proxy"
|
||||
- "traefik.docker.network=traefik"
|
||||
- "traefik.docker.network=lbrynet"
|
||||
## Make sure that you either set the .env variable included in this repository or replace the domain string below.
|
||||
## Also your DNS record will need to exist pointing at the machine your Traefik Reverse Proxy will be hosted on before you launch this app cluster.
|
||||
- "traefik.frontend.rule=Host:monitor.${DOMAIN}"
|
||||
|
|
Loading…
Reference in a new issue