Cyclos docker containers added to docker-compose.yml + complete init script for odoo & cyclos #1

Open
mazda91 wants to merge 1 commits from mazda91/dev-pack:dev into dev
mazda91 commented 4 years ago

Main goal of this PR is to add Cyclos feature to the dev-pack. Works on Linux

  • Changes in docker-compose.yml
    • Upgrade docker-compose version, from 2.0 to 3.5 which offers more options, like networking, controlling container name
    • Add the two necessary cyclos containers cyclos-db and cyclos-app
    • Build cyclos-app image via a Dockerfile adding necessary python libraries
  • A script to (re)initialize containers init.sh
    • remove possible volumes, containers and network
    • create containers and specific odoo setup (odoo table and user)
    • execute etc/cyclos/setup_cyclos.sh which executes two Python scripts to generate both Cyclos configuration and initial data (users and credits)

Enhancements :

  • Better log outputs for the Python script
  • Add a README about how to launch the script
  • add an option to choose which containers to recreate : odoo or cyclos

Mad Max,

Main goal of this PR is to add Cyclos feature to the dev-pack. Works on Linux * Changes in `docker-compose.yml` * Upgrade docker-compose version, from 2.0 to 3.5 which offers more options, like networking, controlling container name * Add the two necessary cyclos containers `cyclos-db` and `cyclos-app` * Build `cyclos-app` image via a Dockerfile adding necessary python libraries * A script to (re)initialize containers `init.sh` * remove possible volumes, containers and network * create containers and specific odoo setup (odoo table and user) * execute `etc/cyclos/setup_cyclos.sh` which executes two Python scripts to generate both Cyclos configuration and initial data (users and credits) Enhancements : * Better log outputs for the Python script * Add a README about how to launch the script * add an option to choose which containers to recreate : odoo or cyclos Mad Max,
vlab was assigned by njeudy 4 years ago
Owner

@vlab tu pourras regarder pour ajouter cyclos à compose ?

@vlab tu pourras regarder pour ajouter cyclos à compose ?
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.