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

update docker-compose.yml

parent e1e93d2a
...@@ -105,6 +105,20 @@ services: ...@@ -105,6 +105,20 @@ services:
networks: networks:
- meta - 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: ring1:
image: 192.168.1.220:5000/ring:v0.0.1 image: 192.168.1.220:5000/ring:v0.0.1
container_name: ring1 container_name: ring1
...@@ -199,7 +213,6 @@ services: ...@@ -199,7 +213,6 @@ services:
- net - net
- net2 - net2
- sentry - sentry
- txchecker
- nebula - nebula
- nebula2 - nebula2
networks: 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