Browse Source

bind ip

135-scirius
Steven Foerster 5 years ago
parent
commit
d4b21e1e75
  1. 2
      extra/bitwarden.yml
  2. 4
      extra/jitsi-meet.yml
  3. 4
      extra/syncthing.yml
  4. 2
      extra/tor.yml

2
extra/bitwarden.yml

@ -19,7 +19,7 @@ services: @@ -19,7 +19,7 @@ services:
- "traefik.http.routers.bitwarden-https.tls.certresolver=basic"
- "traefik.http.services.bitwarden-service.loadbalancer.server.port=80"
ports:
- 3012:3012/tcp
- "${MISTBORN_BIND_IP}:3012:3012/tcp"
restart: unless-stopped
networks:

4
extra/jitsi-meet.yml

@ -216,8 +216,8 @@ services: @@ -216,8 +216,8 @@ services:
image: jitsi/jvb:latest
restart: unless-stopped
ports:
- '${JVB_PORT}:${JVB_PORT}/udp'
- '${JVB_TCP_PORT}:${JVB_TCP_PORT}'
- "${MISTBORN_BIND_IP}:${JVB_PORT}:${JVB_PORT}/udp"
- "${MISTBORN_BIND_IP}:${JVB_TCP_PORT}:${JVB_TCP_PORT}"
volumes:
- ${CONFIG}/jvb:/config:Z
env_file:

4
extra/syncthing.yml

@ -15,8 +15,8 @@ services: @@ -15,8 +15,8 @@ services:
- ../../mistborn_volumes/extra/syncthing/data2:/data2
ports:
#- 8384:8384
- 22000:22000/tcp # listening port
- 21027:21027/udp # protocol discovery
- "${MISTBORN_BIND_IP}:22000:22000/tcp" # listening port
- "${MISTBORN_BIND_IP}:21027:21027/udp" # protocol discovery
labels:
- "traefik.enable=true"
- "traefik.http.routers.syncthing-http.rule=Host(`syncthing.mistborn`)"

2
extra/tor.yml

@ -8,7 +8,7 @@ services: @@ -8,7 +8,7 @@ services:
image: mistborn_production_tor
container_name: mistborn_production_tor
ports:
- 9150:9150/tcp
- "${MISTBORN_BIND_IP}:9150:9150/tcp"
networks:
default:

Loading…
Cancel
Save