Commit 70ee02fa authored by Your Name's avatar Your Name

fix config file

parent 8d2cd617
......@@ -35,35 +35,35 @@ services:
# nebula2:
# image: 192.168.1.220:5000/nebula:v0.0.1
# container_name: nebula2
# depends_on:
# - net2
# - sentry2
# deploy:
# restart_policy:
# condition: on-failure
# delay: 15s
# max_attempts: 100
# window: 120s
# volumes:
# - ./nebula/config.toml:/root/config.toml
# - ./nebula/genesis.json:/root/genesis.json
# - ./data/nebula2:/root/data
# networks:
# - meta
nebula2:
image: 192.168.1.220:5000/nebula:v0.0.1
container_name: nebula2
depends_on:
- net2
- sentry2
deploy:
restart_policy:
condition: on-failure
delay: 15s
max_attempts: 100
window: 120s
volumes:
- ./nebula2/config.toml:/root/config.toml
- ./nebula2/genesis.json:/root/genesis.json
- ./data/nebula2:/root/data
networks:
- meta
# sentry2:
# image: 192.168.1.220:5000/sentry:v0.0.1
# container_name: sentry1
# deploy:
# restart_policy:
# condition: on-failure
# delay: 15s
# max_attempts: 100
# window: 120s
# volumes:
# - ./sentry/app.json:/root/app.json
# networks:
# - meta
\ No newline at end of file
sentry2:
image: 192.168.1.220:5000/sentry:v0.0.1
container_name: sentry2
deploy:
restart_policy:
condition: on-failure
delay: 15s
max_attempts: 100
window: 120s
volumes:
- ./sentry/app.json:/root/app.json
networks:
- meta
\ No newline at end of file
#!/bin/bash
set -e
docker compose -f docker-compose-prometheus.yml -f docker-compose-cadvisor.yml -f docker-compose_cryptor.yml -f docker-compose-net.yml -f docker-compose_nebula-sentry.yml -f docker-compose_ring.yml down
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