Add a container for Urbit fake ship
This commit is contained in:
parent
e935cf011c
commit
4461137948
19
stack_orchestrator/data/compose/docker-compose-urbit.yml
Normal file
19
stack_orchestrator/data/compose/docker-compose-urbit.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
urbit-fake-ship:
|
||||||
|
restart: unless-stopped
|
||||||
|
image: tloncorp/vere
|
||||||
|
entrypoint: ["bash", "-c", "urbit -t -F zod"]
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
- "12321:12321"
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "nc", "-v", "localhost", "80"]
|
||||||
|
interval: 20s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 15
|
||||||
|
start_period: 10s
|
||||||
|
|
||||||
|
# volumes:
|
||||||
|
# pier:
|
@ -9,4 +9,5 @@ containers:
|
|||||||
# TODO: Add container for urbit
|
# TODO: Add container for urbit
|
||||||
pods:
|
pods:
|
||||||
- uniswap-interface
|
- uniswap-interface
|
||||||
|
- urbit
|
||||||
# TODO: Add pod for urbit
|
# TODO: Add pod for urbit
|
||||||
|
Loading…
Reference in New Issue
Block a user