mirror of https://github.com/ghostfolio/ghostfolio
20 lines
368 B
20 lines
368 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
|
|
|
|
volumes:
|
|
postgres:
|
|
|