##// END OF EJS Templates
rcstack: improved compatability with 4.28.0 release using rcstack
rcstack: improved compatability with 4.28.0 release using rcstack

File last commit:

r418:9682fc67
r459:2f96836e
Show More
docker-compose-apps.override.yaml
108 lines | 2.9 KiB | text/x-yaml | YamlLexer
/ templates / docker-compose-apps.override.yaml
multiple changes...
r24
services:
rhodecode:
rccontrol: added .ini templates
r138
deploy:
# set number of instances of services to be spawned on stack start
replicas: 1
multiple changes...
r24 environment:
rccontrol: added .ini templates
r138 RC_COMPOSE_OVERRIDE: 1
docker: multiple changes...
r73 #DB_UPGRADE: 0 # 1 run the DB upgrade, 0 disable db upgrade at startup
#SETUP_APP: 0 # run the application default settings setup, can be turned off after initial run
multiple changes...
r24
compose: added more config options into override templates
r154 # volumes:
# # mount the host dir into repo storage path on container
# - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store
rccontrol: added .ini templates
r138
compose: added more config options into override templates
r154 # ports:
# # expose port for optional direct port connection
# - "10020:10020"
# healthcheck:
# # disable the healthcheck for faster signal handling that instance is available
# # generally not recommended
# test: ['CMD','true']
stack: enable auth for loki as it needs public exposure...
r57
templates: optimized templates for override
r122 labels:
- "traefik.enable=true"
# # Enable http+https endpoints to serve SSL, select just 1 to disable the other
# - "traefik.http.routers.rhodecode.entrypoints=http,https"
docker: multiple changes...
r73
multiple changes...
r24
docker: multiple changes...
r73
multiple changes...
r24 vcsserver:
compose: freeze to 4.28.0 default version if not given....
r27
multiple changes...
r24 deploy:
rccontrol: added .ini templates
r138 # set number of instances of services to be spawned on stack start
multiple changes...
r24 replicas: 1
rccontrol: added .ini templates
r138 environment:
RC_COMPOSE_OVERRIDE: 1
compose: added more config options into override templates
r154 # volumes:
# # mount the host dir into repo storage path on container
# - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store
feat(overrides): added example how to mount own source code on rhodecode
r323 # # mount your own source code
# - $PWD/rhodecode-enterprise-ce/:/home/rhodecode/venv/lib/python3.11/site-packages/rhodecode
compose: added more config options into override templates
r154
# healthcheck:
# # disable the healthcheck for faster signal handling that instance is available
# # generally not recommended
# test: ['CMD','true']
stack: enable auth for loki as it needs public exposure...
r57
multiple changes...
r24 sshd:
rccontrol: added .ini templates
r138
docker: added templates options to disable certain services
r59 deploy:
rccontrol: added .ini templates
r138 # set number of instances of services to be spawned on stack start
docker: added templates options to disable certain services
r59 replicas: 1
rccontrol: added .ini templates
r138
apps: added ssh-bootstrap override into template
r108 environment:
rccontrol: added .ini templates
r138 RC_COMPOSE_OVERRIDE: 1
apps: added ssh-bootstrap override into template
r108 #SSH_BOOTSTRAP: 0 # 1 run the initials key init, 0 disable
compose: added more config options into override templates
r154 # volumes:
# # mount the host dir into repo storage path on container
# - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store
# # mount custom sshd_config for customization of ssh user etc
# - ./custom/ssh/sshd_config:/etc/rhodecode/sshd_config:ro
multiple changes...
r24
svn:
rccontrol: added .ini templates
r138
docker: multiple changes...
r73 deploy:
rccontrol: added .ini templates
r138 # set number of instances of services to be spawned on stack start
docker: multiple changes...
r73 replicas: 1
multiple changes...
r24
rccontrol: added .ini templates
r138 environment:
RC_COMPOSE_OVERRIDE: 1
compose: added more config options into override templates
r154 # volumes:
# # mount the host dir into repo storage path on container
# - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store
multiple changes...
r24 celery-beat:
rccontrol: added .ini templates
r138
docker: added templates options to disable certain services
r59 deploy:
rccontrol: added .ini templates
r138 # set number of instances of services to be spawned on stack start
docker: added templates options to disable certain services
r59 replicas: 1
multiple changes...
r24
rccontrol: added .ini templates
r138 environment:
RC_COMPOSE_OVERRIDE: 1
compose: added more config options into override templates
r154 # volumes:
# # mount the host dir into repo storage path on container
# - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store
multiple changes...
r24 celery:
rccontrol: added .ini templates
r138
docker: added templates options to disable certain services
r59 deploy:
rccontrol: added .ini templates
r138 # set number of instances of services to be spawned on stack start
docker: added templates options to disable certain services
r59 replicas: 1
rccontrol: added .ini templates
r138
environment:
RC_COMPOSE_OVERRIDE: 1
compose: added more config options into override templates
r154
# volumes:
# # mount the host dir into repo storage path on container
# - $PWD/rc-repos-host:/var/opt/rhodecode_repo_store