Update docker-compose.yml
Build & Push Docker Image / build (push) Failing after 10s

This commit is contained in:
2026-07-31 12:18:52 +00:00
parent 6157e39c14
commit fd003ad7c9
+1
View File
@@ -19,6 +19,7 @@ services:
- "8080:8080"
environment:
PORT: "8080"
BASE_PATH: "/"
DATABASE_URL: postgres://toolrate:toolrate@db:5432/toolrate
SESSION_SECRET: change-this-to-a-random-secret
NODE_ENV: production