Add a stack for running uniswap frontend on urbit #670
@ -21,6 +21,8 @@ services:
|
||||
volumes:
|
||||
- app_globs:/app-globs
|
||||
- ../config/uniswap-interface/host-uniswap-glob.sh:/app/host-uniswap-glob.sh
|
||||
ports:
|
||||
- "3000"
|
||||
healthcheck:
|
||||
test: ["CMD", "nc", "-v", "localhost", "3000"]
|
||||
interval: 20s
|
||||
|
@ -40,8 +40,10 @@ Edit `network` in spec file to map container ports to same ports in host
|
||||
network:
|
||||
ports:
|
||||
urbit-fake-ship:
|
||||
- 8080:80
|
||||
- 12321:12321
|
||||
- 8080:80
|
||||
- 12321:12321
|
||||
uniswap-glob-host:
|
||||
- 3000:3000
|
||||
...
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user