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 30, 2024
1 parent 7aff150 commit ed59b12
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 341 deletions.
63 changes: 0 additions & 63 deletions admin/docker-compose.override.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit ed59b12

Please sign in to comment.