##// END OF EJS Templates
docker-setup...
docker-setup Update with latest customizations and components updates

File last commit:

r8:c7a7f840
r8:c7a7f840
Show More
.env
25 lines | 568 B | text/plain | TextLexer
docker: added all the initial docker files...
r1 COMPOSE_PROJECT_NAME=rc_cluster
TZ="UTC"
# Version to deploy and run
docker-setup...
r8 RC_VERSION="4.26.0"
docker: added all the initial docker files...
r1
# Database access credentials
docker: updated to 4.25.0
r4 DB_NAME=rhodecode
DB_USER=rhodecode
DB_PASSWORD=hUc1adS7oDd6Oj3in3
docker: added all the initial docker files...
r1
# base url for running app
RHODECODE_BASE_URL=http://localhost:8888
# HTTP and HTTPS ports for running app
RC_HTTP_PORT=8888
RC_HTTPS_PORT=8443
# SSH Port exposed, increased security is to not used default 22
RC_SSH_PORT=9022
# user/password for first admin user created for access
RHODECODE_USER_EMAIL=admin@rhodecode.com
RHODECODE_USER_NAME=admin
RHODECODE_USER_PASS=qweqwe