From 4855c512330c40c8033b3c3859df6cab95917cb8 2023-11-29 10:43:29 From: RhodeCode Admin Date: 2023-11-29 10:43:29 Subject: [PATCH] feat(overrides): added example how to mount own source code on rhodecode --- diff --git a/templates/docker-compose-apps.override.yaml b/templates/docker-compose-apps.override.yaml index 64d2a8f..15c12fe 100644 --- a/templates/docker-compose-apps.override.yaml +++ b/templates/docker-compose-apps.override.yaml @@ -46,6 +46,8 @@ services: # volumes: # # mount the host dir into repo storage path on container # - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store +# # mount your own source code +# - $PWD/rhodecode-enterprise-ce/:/home/rhodecode/venv/lib/python3.11/site-packages/rhodecode # healthcheck: # # disable the healthcheck for faster signal handling that instance is available