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.entrypoints=grpc"
|
||||||
- "traefik.http.routers.drpc-free.tls.certresolver=myresolver"
|
- "traefik.http.routers.drpc-free.tls.certresolver=myresolver"
|
||||||
- "traefik.http.routers.drpc-free.rule=Host(`$GW_FREE_DOMAIN`)"
|
- "traefik.http.routers.drpc-free.rule=Host(`$GW_FREE_DOMAIN`)"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
3
drpc.yml
3
drpc.yml
@@ -32,7 +32,8 @@ services:
|
|||||||
- "traefik.http.routers.dshackle.rule=Host(`$GW_DOMAIN`)"
|
- "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.middlewares.gwallowlist.ipallowlist.sourcerange=$GW_ALLOW_LIST}"
|
||||||
- "${GW_ALLOW_LIST:+traefik.http.routers.dshackle.middlewares=gwallowlist}"
|
- "${GW_ALLOW_LIST:+traefik.http.routers.dshackle.middlewares=gwallowlist}"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
Reference in New Issue
Block a user