File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ volumes:
27
27
postgres-config :
28
28
# non-shared volumes
29
29
postgres-data :
30
+ redis-config :
30
31
31
32
services :
32
33
security-bootstrapper :
@@ -54,8 +55,13 @@ services:
54
55
- common-sec-stage-gate.env
55
56
environment :
56
57
SECRETSTORE_TOKENFILE : /tmp/edgex/secrets/edgex-security-bootstrap-redis/secrets-token.json
58
+ DATABASECONFIG_PATH : /redis/conf
59
+ DATABASECONFIG_NAME : redis.conf
60
+ tmpfs :
61
+ - /redis
57
62
volumes :
58
63
- edgex-init:/edgex-init:ro,z
64
+ - redis-config:/redis/conf:z
59
65
- /tmp/edgex/secrets/edgex-security-bootstrap-redis:/tmp/edgex/secrets/edgex-security-bootstrap-redis:ro,z
60
66
depends_on :
61
67
- security-bootstrapper
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT=54322
27
27
# this is intended to be the same as Database.Primary.Host/.Port for other services
28
28
STAGEGATE_DATABASE_HOST = edgex-redis
29
29
STAGEGATE_DATABASE_PORT = 6379
30
- STAGEGATE_DATABASE_READYPORT = 54323
30
+ STAGEGATE_DATABASE_READYPORT = 6379
31
31
# this is intended to be the same as Registry.Host/.Port for other services
32
32
STAGEGATE_REGISTRY_HOST = edgex-core-consul
33
33
STAGEGATE_REGISTRY_PORT = 8500
You can’t perform that action at this time.
0 commit comments