We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ec8e4 commit 3d17785Copy full SHA for 3d17785
deployment/docker-compose.yml
@@ -75,6 +75,8 @@ services:
75
MONGODB_URL: ${MONGODB_URL}
76
BUCKET_NAME: ${BUCKET_NAME}
77
USERS_SERVICE_URL: ${USERS_SERVICE_URL}
78
+ INITIALIZATION_VECTOR: ${INITIALIZATION_VECTOR}
79
+ ENCRYPTION_KEY: ${ENCRYPTION_KEY}
80
81
users:
82
image: ghcr.io/peerprep/peerprep-users-service:latest
0 commit comments