##// END OF EJS Templates
rcstack: added -c flag for --configs for shorted usage.
rcstack: added -c flag for --configs for shorted usage.

File last commit:

r290:74e7b7e9
r422:94f18f8b
Show More
docker-compose-apps.4_venv.yaml
52 lines | 990 B | text/x-yaml | YamlLexer
/ build_yaml / docker-compose-apps.4_venv.yaml
volumes:
bashhistory:
services:
rhodecode:
environment:
HISTFILE: /home/rhodecode/.bash_history_docker
DB_UPGRADE: 0 # run the DB upgrade
volumes:
- bashhistory:/home/rhodecode/.bash_history_docker
build:
context: .
dockerfile: service/rhodecode/rhodecode_4_venv.dockerfile
vcsserver:
environment:
HISTFILE: /home/rhodecode/.bash_history_docker
volumes:
- bashhistory:/home/rhodecode/.bash_history_docker
build:
context: .
dockerfile: service/rhodecode/rhodecode_4_venv.dockerfile
celery:
build:
context: .
dockerfile: service/rhodecode/rhodecode_4_venv.dockerfile
celery-beat:
build:
context: .
dockerfile: service/rhodecode/rhodecode_4_venv.dockerfile
svn:
build:
context: .
dockerfile: service/rhodecode/rhodecode_4_venv.dockerfile
sshd:
build:
context: .
dockerfile: service/rhodecode/rhodecode_4_venv.dockerfile