Fixed import

This commit is contained in:
2023-12-18 18:34:14 -05:00
parent d809340a7b
commit 8afc98ed33
9 changed files with 156 additions and 32 deletions

View File

@@ -54,6 +54,7 @@ services:
REDIS_PORT: 6379
SERVICE_HOST: service
SERVICE_PORT: 5000
KEYS_DIR_PATH: /keys
volumes:
- ${KEYS_DIR_PATH}:/keys
ports: