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 the ability to customize the server name (+ several improvements) #100

Closed
wants to merge 3 commits into from
Closed

Add the ability to customize the server name (+ several improvements) #100

wants to merge 3 commits into from

Conversation

smourph
Copy link

@smourph smourph commented Jun 8, 2018

This PR integrates some changes from:

Changelog (by commits) :

  • code(customization): general docker improvements
    • minimize RUN number (perf)
    • add container names
    • add ports forwarding
    • upgrade debian 8 to 9 (and to a lighter version)
    • upgrade PHP 7.1 to 7.2
    • fix permission with /etc/hosts
  • feat(customization): add the capability to customize the server name
    • add an environment variable to customize the server name (SYMFONY_NGINX_HOST)
    • use the official nginx image: lighter + works withour Dockerfile
  • code(customization): improve symfony integration
    • install intl (sf dependency)
    • install opcache (perf)
    • install the symfony application to init projects
    • adapt log configs to work with sf3

Julien De Conti added 3 commits June 8, 2018 21:29
* minimize RUN number (perf)
* add container names
* add ports forwarding
* upgrade debian 8 to 9 (and to a lighter version)
* upgrade PHP 7.1 to 7.2
* fix permission with /etc/hosts
* add an environment variable to customize the server name (SYMFONY_NGINX_HOST)
* use the official nginx image: lighter + works withour Dockerfile
* install intl (sf dependency)
* install opcache (perf)
* install the symfony application to init projects
* adapt log configs to work with sf3
@smourph smourph closed this Jun 8, 2018
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