Avoid exposing urbit http port

This commit is contained in:
Prathamesh Musale 2023-12-01 12:13:36 +05:30
parent 59dc568237
commit 28bd4bb509
2 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,7 @@ services:
- ../config/urbit/run-urbit-ship.sh:/urbit/run-urbit-ship.sh
- ../config/uniswap-interface/deploy-uniswap-app.sh:/urbit/deploy-uniswap-app.sh
ports:
- "8080:80"
- "12321:12321"
- "80"
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "80"]
interval: 20s

View File

@ -41,7 +41,6 @@ network:
ports:
urbit-fake-ship:
- 8080:80
- 12321:12321
uniswap-glob-host:
- 3000:3000
...