Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/fc0f2e30c0f302d76316a998646179be83db0b0a/docker/docker-compose.build.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/docker/docker-compose.build.yml

24 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: