fix: use docker service name for DATABASE_URL instead of IP

This commit is contained in:
Carlos
2026-07-09 11:24:18 +02:00
parent 8884e28ed7
commit 3b4117c9b4
+1 -1
View File
@@ -19,7 +19,7 @@ services:
depends_on:
- db
environment:
DATABASE_URL: postgresql://user:change_me_password@10.0.1.21:5432/1000apps
DATABASE_URL: postgresql://user:change_me_password@db:5432/1000apps
NEXTAUTH_SECRET: test-secret-2x4=
NEXTAUTH_URL: https://1000apps.fluxtechnologies.uk
GOOGLE_CLIENT_ID: ""