Update translations

This commit is contained in:
RainLoop Team 2018-03-06 22:26:43 +03:00
parent c7cd537b4d
commit 9dc3c97c79
9 changed files with 853 additions and 95 deletions

View file

@ -73,6 +73,17 @@ services:
- ./:/var/www
- ./.docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./.docker/.cache/nginx/tmp:/tmp
tx:
build:
context: ./.docker/tx
hostname: tx
container_name: rl.tx
working_dir: /var/www
command: sh -c 'tx --version'
volumes:
- ./:/var/www
- ./.docker/.cache/tx/root:/root
- ./.docker/.cache/tx/tmp:/tmp
volumes:
mysql: