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

test: Add profiles to docker compose #2503

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Conversation

kyleconroy
Copy link
Collaborator

By default, only the PostgreSQL 15 and MySQL 8 containers will start. To start all version of MySQL and PostgreSQL, use the following command:

docker compose --profile mysql --profile postgres up

By default, only the PostgreSQL 15 and MySQL 8 containers will start. To
start all version of MySQL and PostgreSQL, use the following command:

```
docker compose --profile mysql --profile postgres up
```
@kyleconroy kyleconroy merged commit a5f57a9 into main Jul 24, 2023
7 checks passed
@kyleconroy kyleconroy deleted the kyle/docker-compose-profiles branch July 24, 2023 17:29
This pull request was closed.
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