Replaced network name so it won't collide in my test environment

This commit is contained in:
Leopere 2018-10-02 17:02:42 -04:00
parent b879bfaf3e
commit dc010bcc54
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
version: '3.4'
networks:
traefik:
lbrynet
external: true
services:
@ -12,7 +12,7 @@ services:
build: .
restart: always
networks:
traefik:
lbrynet
ipv4_address: 10.5.0.1
labels:
- "traefik.expose=false"

View file

@ -1,7 +1,7 @@
version: '3.4'
networks:
traefik:
lbrynet
external: true
services:
@ -12,7 +12,7 @@ services:
build: .
restart: always
networks:
traefik:
lbrynet
ipv4_address: 10.5.0.3
labels:
- "traefik.expose=false"

View file

@ -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.0.100
ports:
- target: 80

View file

@ -103,8 +103,8 @@ services:
## Traefik container ##
#######################
## https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-16-04
traefik:
image: traefik:alpine
lbrynet
image: lbrynetalpine
# command: --api --docker --docker.domain=docker.localhost --logLevel=DEBUG
command: --api --docker --logLevel=ERROR
depends_on: