Fix db images

This commit is contained in:
DireMunchkin 2023-08-13 16:58:48 +02:00
parent 0e44ae3b67
commit 2a71c32459

View File

@ -50,11 +50,8 @@ services:
ghostfolio-postgres: ghostfolio-postgres:
container_name: ghostfolio-postgres container_name: ghostfolio-postgres
image: postgres:14-bullseye image: postgres:14
restart: unless-stopped restart: unless-stopped environment:
stop_grace_period: 1m
user: "1000:1000"
environment:
POSTGRES_DB: ghostfolio POSTGRES_DB: ghostfolio
POSTGRES_USER: ghostfolio POSTGRES_USER: ghostfolio
POSTGRES_PASSWORD: ${GHOSTFOLIO_DB_PASSWORD} POSTGRES_PASSWORD: ${GHOSTFOLIO_DB_PASSWORD}
@ -66,9 +63,8 @@ services:
ghostfolio-redis: ghostfolio-redis:
container_name: ghostfolio-redis container_name: ghostfolio-redis
image: redis:6.2-bullseye image: redis:6.2
restart: unless-stopped restart: unless-stopped
user: "1000:1000"
command: > command: >
--requirepass ${GHOSTFOLIO_REDIS_PASSWORD} --requirepass ${GHOSTFOLIO_REDIS_PASSWORD}
volumes: volumes: