diff --git a/stack_orchestrator/data/compose/docker-compose-urbit.yml b/stack_orchestrator/data/compose/docker-compose-urbit.yml index 8ae96eaf..ae0b3709 100644 --- a/stack_orchestrator/data/compose/docker-compose-urbit.yml +++ b/stack_orchestrator/data/compose/docker-compose-urbit.yml @@ -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 diff --git a/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md b/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md index 31f3dd8a..7640ca14 100644 --- a/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md +++ b/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md @@ -41,7 +41,6 @@ network: ports: urbit-fake-ship: - 8080:80 - - 12321:12321 uniswap-glob-host: - 3000:3000 ...