Avoid exposing urbit http port
This commit is contained in:
parent
59dc568237
commit
28bd4bb509
@ -12,8 +12,7 @@ services:
|
|||||||
- ../config/urbit/run-urbit-ship.sh:/urbit/run-urbit-ship.sh
|
- ../config/urbit/run-urbit-ship.sh:/urbit/run-urbit-ship.sh
|
||||||
- ../config/uniswap-interface/deploy-uniswap-app.sh:/urbit/deploy-uniswap-app.sh
|
- ../config/uniswap-interface/deploy-uniswap-app.sh:/urbit/deploy-uniswap-app.sh
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "80"
|
||||||
- "12321:12321"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nc", "-v", "localhost", "80"]
|
test: ["CMD", "nc", "-v", "localhost", "80"]
|
||||||
interval: 20s
|
interval: 20s
|
||||||
|
@ -41,7 +41,6 @@ network:
|
|||||||
ports:
|
ports:
|
||||||
urbit-fake-ship:
|
urbit-fake-ship:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
- 12321:12321
|
|
||||||
uniswap-glob-host:
|
uniswap-glob-host:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user