Remove envfile from linkwarden

This commit is contained in:
2023-11-20 14:47:02 -05:00
parent 70f1db60d0
commit aa4cee9730

View File

@@ -9,7 +9,6 @@ services:
- nginx - nginx
hostname: lw-postgres hostname: lw-postgres
linkwarden: linkwarden:
env_file: .env
environment: environment:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: always restart: always