mirror of https://github.com/ghostfolio/ghostfolio
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.
23 lines
422 B
23 lines
422 B
name: ghostfolio_build
|
|
services:
|
|
ghostfolio:
|
|
build: ../
|
|
image: ghostfolio/ghostfolio:local
|
|
extends:
|
|
file: docker-compose.yml
|
|
service: ghostfolio
|
|
|
|
postgres:
|
|
container_name: gf-postgres-build
|
|
extends:
|
|
file: docker-compose.yml
|
|
service: postgres
|
|
|
|
redis:
|
|
container_name: gf-redis-build
|
|
extends:
|
|
file: docker-compose.yml
|
|
service: redis
|
|
|
|
volumes:
|
|
postgres:
|
|
|