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

Working docker compose yaml file with postgresql and pgadmin4 for development #3683

Open
wants to merge 1 commit into
base: ng
Choose a base branch
from

Conversation

daniel-lenz
Copy link

@daniel-lenz daniel-lenz commented Nov 27, 2021

Hi guys,

created a new docker-compose file with postgresql v14 and pgadmin v4 containers for development of ralph with postgres which imho is the better choice because of concurrent writes and performance.

I easily got everything up on a ubuntu-live-server 18.4.6 lts vm in virt-manager as my docker host imported my compose-file to portainer and followed the steps from https://ralph-ng.readthedocs.io/en/stable/development/development_environment/.

Some things I additionally needed to do:

Install python3.6 with apt in my docker host.
Install nodejs and npm with apt in my docker host.
Link python3 to /usr/bin/python.

Also needed to loosen some of the requirement in the *.txts to get my dev environment up and running. Of course I needed some more rounds to get pip install all requirements successfully and it took some time.

Hope this will help the project.

Keep up the great work as you all put a lot of effort in it already!

Please write me with suggestions.

…n4 containers. loosened some of the python requirements to get it working.
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.

None yet

1 participant