##// END OF EJS Templates
feat(overrides): added example how to mount own source code on rhodecode
super-admin -
Show More
@@ -46,6 +46,8 b' services:'
46 46 # volumes:
47 47 # # mount the host dir into repo storage path on container
48 48 # - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store
49 # # mount your own source code
50 # - $PWD/rhodecode-enterprise-ce/:/home/rhodecode/venv/lib/python3.11/site-packages/rhodecode
49 51
50 52 # healthcheck:
51 53 # # disable the healthcheck for faster signal handling that instance is available
General Comments 0
You need to be logged in to leave comments. Login now