Skip to content

Commit

Permalink
update compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn-27 committed Jun 17, 2024
1 parent 670e697 commit 34d1678
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions single-host-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,21 @@ services:

scopesentry-scan:
image: autumn27/scopesentry-scan:latest
network_mode: host
container_name: scopesentry-scan
restart: always
environment:
NodeName: node-test
TimeZoneName: Asia/Shanghai
Mongodb_IP: scopesentry-mongodb
Mongodb_IP: 127.0.0.1
MONGODB_PORT: 27017
Mongodb_Username: "mongodb_username"
Mongodb_Password: "mongodb_password"
Redis_IP: scopesentry-redis
Redis_IP: 127.0.0.1
Redis_PORT: 6379
Redis_Password: "redis_password"
depends_on:
redis:
condition: service_healthy
scope-sentry:
condition: service_healthy
networks:
- scopesentry-network
condition: service_healthy

0 comments on commit 34d1678

Please sign in to comment.