fixed application

This commit is contained in:
2026-05-07 22:57:50 +02:00
parent dc074a5ce7
commit 97a893952f
336 changed files with 42360 additions and 16076 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ services:
environment:
POSTGRES_DB: forgebucket
POSTGRES_USER: forgebucket
POSTGRES_PASSWORD: password
POSTGRES_PASSWORD: forgebucket
volumes:
- postgres_data:/var/lib/postgresql
healthcheck:
@@ -22,7 +22,7 @@ services:
condition: service_healthy
env_file: .env
environment:
DATABASE_URL: postgres://forgebucket:password@postgres:5432/forgebucket?sslmode=disable
DATABASE_URL: postgres://forgebucket:forgebucket@postgres:5432/forgebucket?sslmode=disable
ports:
- "8080:8080"
volumes: