fix: config for backend;

refactor: docker compose env variables
This commit is contained in:
2025-06-18 21:27:19 +03:00
parent 7a79028aa7
commit c787fa929b
3 changed files with 50 additions and 56 deletions

View File

@@ -15,6 +15,10 @@ services:
interval: 5s
timeout: 10s
retries: 3
environment:
POSTGRES_URL: ${POSTGRES_URL}
REDIS_URL: ${REDIS_URL}
MINIO_URL: ${MINIO_URL}
ports:
- "8080:8080"
networks: