From aa4cee9730a463fd8cce74b27c5193c932e40a0c Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Mon, 20 Nov 2023 14:47:02 -0500 Subject: [PATCH] Remove envfile from linkwarden --- productivity.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/productivity.yaml b/productivity.yaml index 2d34455..257eeb4 100644 --- a/productivity.yaml +++ b/productivity.yaml @@ -9,7 +9,6 @@ services: - nginx hostname: lw-postgres linkwarden: - env_file: .env environment: - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres restart: always