We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da3093 commit 1fc2d99Copy full SHA for 1fc2d99
start
@@ -13,9 +13,9 @@ echo -ne 'starting...'
13
docker run -d --rm \
14
--name refinery-gateway-proxy \
15
--mount type=bind,source="$(pwd)"/,target=/app \
16
--e GATEWAY=http://graphql-gateway:80 \
+-e GATEWAY=http://refinery-gateway:80 \
17
-e KRATOS=http://kratos:4433 \
18
--e CONFIG=http://config-service:80 \
+-e CONFIG=http://refinery-config:80 \
19
-v /var/run/docker.sock:/var/run/docker.sock \
20
--network dev-setup_default \
21
refinery-gateway-proxy-dev > /dev/null 2>&1
0 commit comments