Mentions légales du service

Skip to content

reorganize`env/development` #129

VESIN Marc requested to merge feature/129-reorg-devenv into develop

Reorganize env/development #129 (closed):

  • before adding jupyterhub support
  • before adding vpn+docker support

Content of this branch:

  • organize files under envs/development/network that previously mixed build time + run time + config files in same directory
  • use coherent tree structure with feature/vpn in envs/vpn
  • switched from deprecated toke/mosquitto to current eclipse-mosquitto (as in feature/vpn)
  • CONTAINER_* can now be build time parameters (so we dont need run time parameters to docker-compose up)
  • removed deploy.sh (split between docker-compose file and container entrypoint)
  • removed FORCE_SCRIPT_NAME which doesnt seem to be useful

Merge request reports