Updated auth to use generated keys

This commit is contained in:
Benjamin Sherriff
2024-01-29 21:24:10 -05:00
parent f2acb585c0
commit 4609be84a8
19 changed files with 213 additions and 87 deletions

View File

@@ -24,6 +24,7 @@ services:
SERVICE_HOST: service
SERVICE_PORT: 5000
DATA_DIR_PATH: /data
KEYS_DIR_PATH: /keys
volumes:
- ${DATA_DIR_PATH}:/data
ports: