0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00
ghost/.docker
Chris Raible cabee005f4
Consolidated compose.yml files for Dev Container (#21659)
ref
https://linear.app/ghost/issue/ENG-1785/consolidate-dev-container-composeyml-with-the-root-level-composeyml

- We currently have two compose.yml files:
    - `.devcontainer/compose.yml`: used for the Dev Container
    - `compose.yml`: used for local development with docker compose
- The Dev Container compose file does need some additional
configuration, but most of this code is duplicated from the root level
compose.yml file
- This commit removes this duplication by using both compose files in
the Dev Container setup, so it will base the compose configuration on
the root level, and then extend it with the Dev Container specific
configuration
- This way any updates to the root level compose file will also be
available and reflected in the Dev Container setup without having to
make the change twice.
2024-12-17 12:57:02 -08:00
..
grafana Reorganized docker related files (#21650) 2024-11-19 13:15:06 -08:00
mysql-preload Reorganized docker related files (#21650) 2024-11-19 13:15:06 -08:00
prometheus Reorganized docker related files (#21650) 2024-11-19 13:15:06 -08:00
Dockerfile Consolidated compose.yml files for Dev Container (#21659) 2024-12-17 12:57:02 -08:00