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

Add minimalist docker integration #1094

Closed

Conversation

ker0x
Copy link
Contributor

@ker0x ker0x commented Apr 3, 2020

This PR add support for Docker with a minimalist configuration. It take advantage offer by the Symfony binary and it's docker integration

The application still use the SQLite DB by default.

@ker0x ker0x force-pushed the feature/minimalist-docker-integration branch from 6170fae to 4336696 Compare April 3, 2020 23:01
@voronkovich
Copy link
Contributor

I would suggest to add MailHog for testing emails: https://github.com/mailhog/MailHog

Copy link
Contributor

@bocharsky-bw bocharsky-bw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, we already have docker implementation in progress on this project, see #931

$ cd my_project/
$ docker-compose up -d
$ symfony console doctrine:database:create
$ symfony console doctrine:migrations:migrate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd simplify with doctrine:schema:create instead, otherwise on each schema change we would need a new migration, but it's not necessary because we use SQLite here

@nicolas-grekas nicolas-grekas changed the base branch from master to main November 19, 2020 12:36
@ker0x ker0x closed this Nov 4, 2021
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.

None yet

3 participants