Browse Source

fix: put all compose files in the same namespace

This avoids the error about container name conflicts, and also gives a warning about orphaned `ghostfolio` image running (if you don't use `--remove-orphans`), which is probably what we want?
pull/4101/head
Lennart Goedhart 8 months ago
committed by Thomas Kaul
parent
commit
68c8eda8f4
  1. 2
      docker/docker-compose.build.yml
  2. 2
      docker/docker-compose.dev.yml

2
docker/docker-compose.build.yml

@ -1,4 +1,4 @@
name: ghostfolio_build
name: ghostfolio
services:
ghostfolio:
build: ../

2
docker/docker-compose.dev.yml

@ -1,4 +1,4 @@
name: ghostfolio_dev
name: ghostfolio
services:
postgres:
extends:

Loading…
Cancel
Save