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

Support using Docker for development #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iqqmuT
Copy link
Collaborator

@iqqmuT iqqmuT commented Jan 30, 2020

This is a breaking change for production!

Docker Compose must be run in this way in production:

docker-compose -f docker-compose.yml -f docker-compose.production.yml up

Docker compose files:

File Purpose
docker-compose.yml Base file
docker-compose.override.yml Override file to use in development, used by default when running docker-compose up
docker-compose.production.yml Override file to use in production, not using docker-compose.override.yml

See:

@iqqmuT iqqmuT requested a review from juyrjola January 30, 2020 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant