2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 01:00:26 +01:00

Merge pull request #89 from offen/kms-secrets

Clean up config handling in KMS app, read key via SecretsManager at runtime
This commit is contained in:
Frederik Ring 2019-08-15 10:46:16 +02:00 committed by GitHub
commit 4cba3c89f6

View File

@ -12,6 +12,7 @@ services:
environment: environment:
KEY_FILE: key.txt KEY_FILE: key.txt
PORT: 8081 PORT: 8081
CORS_ORIGIN: http://localhost:9977
JWT_PUBLIC_KEY: http://accounts:5000/api/key JWT_PUBLIC_KEY: http://accounts:5000/api/key
ports: ports:
- 8081:8081 - 8081:8081