Docker non interactive #50

Merged
papey merged 5 commits from plume/documentation:docker-non-interactive into dev 5 years ago
papey commented 5 years ago (Migrated from github.com)

Related to https://github.com/Plume-org/docs/issues/49

Things done :

  1. Postgres setup using env variables and postgres docker init script
  2. Change Plume image to master in docker-compose in order to get plm migration run command
  3. Replace interactive Plume setup commands
Related to https://github.com/Plume-org/docs/issues/49 Things done : 1. Postgres setup using env variables and postgres docker init script 2. Change Plume image to master in docker-compose in order to get plm migration run command 3. Replace interactive Plume setup commands
elegaanz (Migrated from github.com) approved these changes 5 years ago
elegaanz (Migrated from github.com) left a comment

Thanks! 💯

Thanks! :100:
igalic (Migrated from github.com) approved these changes 5 years ago
igalic (Migrated from github.com) left a comment

👍

👍
The pull request has been merged as 5908a71251.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b docker-non-interactive dev
git pull origin docker-non-interactive

Step 2:

Merge the changes and update on Forgejo.
git checkout dev
git merge --no-ff docker-non-interactive
git push origin dev
Sign in to join this conversation.
Loading…
There is no content yet.