Updated gbn docker-compose

This commit is contained in:
Patrick Skowronek
2022-05-09 08:09:14 +02:00
parent 0fce958f44
commit 445add6d30
3 changed files with 66 additions and 44 deletions

View File

@ -1,7 +1,6 @@
version: "3.7"
services:
### Does not need proxy settings
traefik:
container_name: bridgehead-traefik
image: traefik:2.4
@ -29,8 +28,6 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
### Does need to know the outside proxy to connect central components
forward_proxy:
container_name: bridgehead-forward-proxy
image: ubuntu/squid
@ -40,7 +37,6 @@ services:
volumes:
- "bridgehead-proxy:/var/log/squid"
## Needs internal proxy config
landing:
container_name: bridgehead-landingpage
image: nginx:stable
@ -52,7 +48,6 @@ services:
- "traefik.http.services.landing.loadbalancer.server.port=80"
- "traefik.http.routers.landing.tls=true"
## Needs internal proxy config
blaze:
image: "samply/blaze:0.17"
container_name: bridgehead-ccp-blaze