Add a container for Urbit fake ship

This commit is contained in:
Prathamesh Musale 2023-11-29 20:01:30 +05:30
parent e935cf011c
commit 4461137948
2 changed files with 20 additions and 0 deletions

View 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:

View File

@ -9,4 +9,5 @@ containers:
# TODO: Add container for urbit
pods:
- uniswap-interface
- urbit
# TODO: Add pod for urbit