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

fix config file

parent 8d2cd617
...@@ -35,35 +35,35 @@ services: ...@@ -35,35 +35,35 @@ services:
# nebula2: nebula2:
# image: 192.168.1.220:5000/nebula:v0.0.1 image: 192.168.1.220:5000/nebula:v0.0.1
# container_name: nebula2 container_name: nebula2
# depends_on: depends_on:
# - net2 - net2
# - sentry2 - sentry2
# deploy: deploy:
# restart_policy: restart_policy:
# condition: on-failure condition: on-failure
# delay: 15s delay: 15s
# max_attempts: 100 max_attempts: 100
# window: 120s window: 120s
# volumes: volumes:
# - ./nebula/config.toml:/root/config.toml - ./nebula2/config.toml:/root/config.toml
# - ./nebula/genesis.json:/root/genesis.json - ./nebula2/genesis.json:/root/genesis.json
# - ./data/nebula2:/root/data - ./data/nebula2:/root/data
# networks: networks:
# - meta - meta
# sentry2: sentry2:
# image: 192.168.1.220:5000/sentry:v0.0.1 image: 192.168.1.220:5000/sentry:v0.0.1
# container_name: sentry1 container_name: sentry2
# deploy: deploy:
# restart_policy: restart_policy:
# condition: on-failure condition: on-failure
# delay: 15s delay: 15s
# max_attempts: 100 max_attempts: 100
# window: 120s window: 120s
# volumes: volumes:
# - ./sentry/app.json:/root/app.json - ./sentry/app.json:/root/app.json
# networks: networks:
# - meta - meta
\ No newline at end of file \ 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