Skip to content

feat: 🎨 Dev docker file in repository (Close #322)

nanoy requested to merge docker into dev

This closes #322 (closed). Introduces new features:

  • CDNs can be used instead of packaged js dependencies
  • docker support for dev is now in the repository

Fix :

  • Some issues in the requirements files
  • Naming for settings

BREAKS :

  • To reproduce re2o2.9 behavior, the parameter SYSTEM_STATICFILES_DIRS = ("/usr/share/fonts-font-awesome/", "/usr/share/javascript/") should be added to documentation
  • The default gid is now determined by the DEFAULT_GID settings ans not by the LDAP['default_gid'] settings

Docker : The docker-compose and dockerfiles do the following actions

  • Start a db
  • Install the requirements
  • Migrate
  • Add a superuser if it doesn't already exists
  • Start the development server

NOTE THAT THE DOCKER IMAGE IS NOT INTENDED FOR PRODUCTION

Edited by nanoy

Merge request reports