This commit is contained in:
DireMunchkin 2023-08-13 17:00:18 +02:00
parent 2a71c32459
commit b8e2da126b

View File

@ -51,7 +51,8 @@ services:
ghostfolio-postgres: ghostfolio-postgres:
container_name: ghostfolio-postgres container_name: ghostfolio-postgres
image: postgres:14 image: postgres:14
restart: unless-stopped environment: restart: unless-stopped
environment:
POSTGRES_DB: ghostfolio POSTGRES_DB: ghostfolio
POSTGRES_USER: ghostfolio POSTGRES_USER: ghostfolio
POSTGRES_PASSWORD: ${GHOSTFOLIO_DB_PASSWORD} POSTGRES_PASSWORD: ${GHOSTFOLIO_DB_PASSWORD}