allow dshackle to connect to the host
This commit is contained in:
@@ -18,6 +18,8 @@ services:
|
||||
- "traefik.http.routers.drpc-free.entrypoints=grpc"
|
||||
- "traefik.http.routers.drpc-free.tls.certresolver=myresolver"
|
||||
- "traefik.http.routers.drpc-free.rule=Host(`$GW_FREE_DOMAIN`)"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
networks:
|
||||
- chains
|
||||
logging:
|
||||
|
||||
3
drpc.yml
3
drpc.yml
@@ -32,7 +32,8 @@ services:
|
||||
- "traefik.http.routers.dshackle.rule=Host(`$GW_DOMAIN`)"
|
||||
- "${GW_ALLOW_LIST:+traefik.http.middlewares.gwallowlist.ipallowlist.sourcerange=$GW_ALLOW_LIST}"
|
||||
- "${GW_ALLOW_LIST:+traefik.http.routers.dshackle.middlewares=gwallowlist}"
|
||||
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
networks:
|
||||
- chains
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user