Improved healthchecks and generations

This commit is contained in:
Alex Renoki
2024-10-04 11:26:45 +03:00
parent 31193a9f66
commit 21c6510e9d
2 changed files with 9 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ services:
- SITE_URL=${SERVICE_FQDN_BACKEND_8080}
- NODE_ENV=production
- ENCRYPTION_KEY=${SERVICE_PASSWORD_ENCRYPTIONKEY}
- AUTH_SECRET=${SERVICE_REALBASE64_AUTHSECRET}
- AUTH_SECRET=${SERVICE_REALBASE64_64_AUTHSECRET}
- DB_CONNECTION_URI=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@db:5432/${POSTGRES_DB}
- REDIS_URL=redis://redis:6379
healthcheck: