Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/docs: overhaul docker compose setup #483

Merged
merged 6 commits into from
Mar 8, 2023

Conversation

matthiasschaub
Copy link
Collaborator

@matthiasschaub matthiasschaub commented Feb 24, 2023

  • build: remove docker-compose.production.yml (not in use)
  • build: rename docker-compose.development.yml to docker-compose.yml
  • docs: update docker compose syntax
  • build(docker-compose): rm oqt prefix from service/network/volume name to avoid image names like oqt-oqt-workers and network names like oqt_oqt-dev-database

closes #434

@matthiasschaub matthiasschaub changed the title Remove unused docker-compose.production and update dev docs Overhaul docker compose setup Feb 24, 2023
@matthiasschaub matthiasschaub added the documentation Improvements or additions to documentation label Feb 27, 2023
@matthiasschaub matthiasschaub changed the title Overhaul docker compose setup build/docs: Overhaul docker compose setup Feb 27, 2023
@matthiasschaub matthiasschaub changed the title build/docs: Overhaul docker compose setup build/docs: overhaul docker compose setup Feb 27, 2023
rename docker-compose.development.yml to docker-compose.yml
avoid image names like "oqt-oqt-workers" and network names
like "oqt_oqt-dev-database" by removing the oqt prefix from the
service/network/volume names.
docs/development_setup.md Show resolved Hide resolved
docs/development_setup.md Outdated Show resolved Hide resolved
Co-authored-by: Johannes Visintini <johannes.visintini@heigit.org>
@matthiasschaub matthiasschaub merged commit f09957c into main Mar 8, 2023
@matthiasschaub matthiasschaub deleted the remove-docker-compose-prod branch March 8, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused docker-composed.production.yml
2 participants