Skip to content

Commit

Permalink
fix: encryption salt keys take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 9, 2024
1 parent 15389e4 commit 2e89834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ services:
OBJECT_STORAGE_SECRET_ACCESS_KEY: 'object_storage_root_password'
OBJECT_STORAGE_ENDPOINT: http://objectstorage:19000
OBJECT_STORAGE_ENABLED: true
ENCRYPTION_SALT_KEYS: $ENCRYPTION_SALT_KEYS
depends_on:
- db
- redis
Expand All @@ -122,6 +123,7 @@ services:
OBJECT_STORAGE_ENABLED: true
CDP_REDIS_HOST: redis7
CDP_REDIS_PORT: 6379
ENCRYPTION_SALT_KEYS: $ENCRYPTION_SALT_KEYS
depends_on:
- db
- redis
Expand Down

0 comments on commit 2e89834

Please sign in to comment.