##// END OF EJS Templates
svn: change apache run command
svn: change apache run command

File last commit:

r173:e05ad063
r259:b3bdfa1f
Show More
docker-compose-apps.venv.yaml
52 lines | 978 B | text/x-yaml | YamlLexer
/ docker-compose-apps.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_venv.dockerfile
vcsserver:
environment:
HISTFILE: /home/rhodecode/.bash_history_docker
volumes:
- bashhistory:/home/rhodecode/.bash_history_docker
build:
context: .
dockerfile: service/rhodecode/rhodecode_venv.dockerfile
celery:
build:
context: .
dockerfile: service/rhodecode/rhodecode_venv.dockerfile
celery-beat:
build:
context: .
dockerfile: service/rhodecode/rhodecode_venv.dockerfile
svn:
build:
context: .
dockerfile: service/rhodecode/rhodecode_venv.dockerfile
sshd:
build:
context: .
dockerfile: service/rhodecode/rhodecode_venv.dockerfile