mirror of
https://github.com/BillyOutlast/Drop-Shielded.git
synced 2026-02-04 03:01:20 +01:00
fixing naming on postgres
This commit is contained in:
@@ -62,5 +62,5 @@ services:
|
||||
- ${DROP_DATA_PATH}:/data
|
||||
environment:
|
||||
- HOSTNAME=drop-drop-shielded
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres-drop-shielded:5432/${POSTGRES_DB}
|
||||
- EXTERNAL_URL=http://${DROP_DDNS}:${DROP_AIRVPN_PORT}
|
||||
Reference in New Issue
Block a user