##// END OF EJS Templates
stack: enable auth for loki as it needs public exposure...
stack: enable auth for loki as it needs public exposure catching all the logs needs to go via traefik

File last commit:

r57:bffcaedf
r57:bffcaedf
Show More
docker-compose-apps.override.yaml
42 lines | 629 B | text/x-yaml | YamlLexer
/ templates / docker-compose-apps.override.yaml
version: '3.9'
services:
rhodecode:
#ports:
# # expose port for optional direct port connection
# - "10020:10020"
environment:
DB_UPGRADE: 0 # run the DB upgrade
SETUP_APP: 0 # run the application default settings setup, can be turned off after initial run
#healthcheck:
# # disable the healthcheck
# test: ['CMD','true']
deploy:
replicas: 1
vcsserver:
environment:
{}
deploy:
replicas: 1
#healthcheck:
# # disable the healthcheck
# test: ['CMD','true']
sshd:
{}
svn:
{}
celery-beat:
{}
celery:
{}