You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
575 B

name: ghostfolio_dev
services:
postgres:
extends:
file: docker-compose.yml
service: postgres
container_name: gf-postgres-dev
ports:
- ${POSTGRES_PORT:-5432}:5432
redis:
extends:
file: docker-compose.yml
service: redis
container_name: gf-redis-dev
ports:
- ${REDIS_PORT:-6379}:6379
# Family Office Upload Configuration:
# UPLOAD_DIR: Directory for document uploads (default: ./uploads in project root)
# MAX_UPLOAD_SIZE: Maximum upload file size in bytes (default: 10485760 = 10MB)
volumes:
postgres: