This commit is contained in:
DireMunchkin 2023-08-13 17:08:46 +02:00 committed by Nicolas Meienberger
parent 41ceec709d
commit cb870f845e

View File

@ -6,7 +6,7 @@ services:
image: ghostfolio/ghostfolio:1.300.0
restart: unless-stopped
ports:
- ${APP_PORT}:8080
- ${APP_PORT}:3333
environment:
NODE_ENV: production
HOST: 0.0.0.0
@ -22,6 +22,9 @@ services:
REDIS_PORT: 6379
networks:
- tipi_main_network
depends_on:
- ghostfolio-postgres
- ghostfolio-redis
labels:
# Main
traefik.enable: true