Commit 70ed116e authored by Your Name's avatar Your Name
parents ca9e70ad c7947835
Pipeline #701 canceled with stages
host="127.0.0.1"
remote_host="43.198.252.255"
local_host="172.31.12.187"
port=10001
metrics_port = 28010
private_key = "E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
......
......@@ -2,7 +2,7 @@ version: "3.9"
services:
validator:
image: "caduceus/ai-validator:v0.0.1"
image: "caduceus/ai-validator:v0.0.2"
container_name: validator
deploy:
restart_policy:
......@@ -19,3 +19,10 @@ services:
- "20012:20012"
networks:
- odysseus
networks:
odysseus:
driver: bridge
ipam:
config:
- subnet: 172.100.0.0/16
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment