Skip to content

Commit

Permalink
refactor(docker): rm duplicate docker-compose.yml
Browse files Browse the repository at this point in the history
Motivation
----------
I strongly suggest to have one `docker-compose.yml` and one `docker-compose.override.yml` in a central directory, e.g. the root directory.

I don't see any good reason to scatter the files across sub-directories.
If you want to group services, use [profiles](https://docs.docker.com/compose/profiles/).

As a follow up, the different `README`s in each sub-directory needs to be updated. If this PR gets merged, I'm willing to do this.

How to test
-----------
1. Nothing to test.
  • Loading branch information
roschaefer committed Jun 10, 2024
1 parent e822ffc commit 675f544
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 357 deletions.
65 changes: 0 additions & 65 deletions admin/docker-compose.override.yml

This file was deleted.

30 changes: 0 additions & 30 deletions admin/docker-compose.yml

This file was deleted.

42 changes: 0 additions & 42 deletions backend/docker-compose.override.yml

This file was deleted.

30 changes: 0 additions & 30 deletions backend/docker-compose.yml

This file was deleted.

65 changes: 0 additions & 65 deletions frontend/docker-compose.override.yml

This file was deleted.

30 changes: 0 additions & 30 deletions frontend/docker-compose.yml

This file was deleted.

65 changes: 0 additions & 65 deletions presenter/docker-compose.override.yml

This file was deleted.

30 changes: 0 additions & 30 deletions presenter/docker-compose.yml

This file was deleted.

0 comments on commit 675f544

Please sign in to comment.