ss89 / docker-rhodecode-ce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RhodeCode Enterprise Community Edition Docker Container

This repository aims to host the Dockerfile and some additional files used to build a Docker Container for RhodeCode.

Pre-Built Containers (x86_64) can be found here Pre-Built Container (armhf/armv7) can be found here

armhf will not always be up-to-date, as this is a private project of someone not from the RhodeCode team.

Exposed Volumes to be used:
  • /rhodecode-develop/rhodecode-enterprise-ce/configs -- for configuring your RhodeCode instance to your specific needs
  • /var/lib/postgresql -- for having your Database in a save place
  • /root/my_dev_repos
Exposed Ports to be used:
  • 5000 -- for accessing your RhodeCode instance
Default Credentials:
  • Username: admin
  • Password: secret

About


Languages

Language:Dockerfile 80.3%Language:Shell 15.3%Language:Nix 4.4%