Commit 493b2ff3 authored by Your Name's avatar Your Name

update docker-compose.yml

parent e1e93d2a
......@@ -105,6 +105,20 @@ services:
networks:
- meta
sentry:
image: 192.168.1.220:5000/sentry:v0.0.1
container_name: sentry
deploy:
restart_policy:
condition: on-failure
delay: 15s
max_attempts: 100
window: 120s
volumes:
- ./sentry/app.json:/root/app.json
networks:
- meta
ring1:
image: 192.168.1.220:5000/ring:v0.0.1
container_name: ring1
......@@ -199,7 +213,6 @@ services:
- net
- net2
- sentry
- txchecker
- nebula
- nebula2
networks:
......
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