fix: use docker service name for DATABASE_URL instead of IP
This commit is contained in:
+1
-1
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user