testing postgres url
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
container_name: linkwarden
|
||||
env_file: .env
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://linkwarden-postgres:${POSTGRES_PASSWORD}@linkwarden-postgres:5432/postgres
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@linkwarden-postgres:5432/postgres
|
||||
restart: always
|
||||
ports:
|
||||
- 3232:3000
|
||||
|
||||
Reference in New Issue
Block a user