mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Update devDependencies and translations
This commit is contained in:
parent
35ef89c2a6
commit
841c4d59e3
59 changed files with 1950 additions and 1690 deletions
|
|
@ -36,7 +36,7 @@ services:
|
|||
MYSQL_DATABASE: rainloop
|
||||
volumes:
|
||||
- mysql:/var/lib/mysql
|
||||
- ./.docker/.cache/mysql/tmp:/tmp
|
||||
- tmp:/tmp
|
||||
php:
|
||||
build:
|
||||
context: ./.docker/php
|
||||
|
|
@ -49,18 +49,19 @@ services:
|
|||
- mail
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
# - ./build/local/:/var/www
|
||||
- ./.docker/php/rainloop.ini:/usr/local/etc/php/conf.d/rainloop.ini
|
||||
- ./.docker/.cache/php/tmp:/tmp
|
||||
- tmp:/tmp
|
||||
node:
|
||||
build:
|
||||
context: ./.docker/node
|
||||
hostname: node
|
||||
container_name: rl.node
|
||||
working_dir: /var/www
|
||||
command: sh -c 'yarn install'
|
||||
command: sh -c 'yarn --version'
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
- ./.docker/.cache/node/tmp:/tmp
|
||||
- tmp:/tmp
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
hostname: nginx
|
||||
|
|
@ -72,9 +73,10 @@ services:
|
|||
- 80:80
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
# - ./build/local/:/var/www
|
||||
- ./.docker/nginx/ssl:/etc/nginx/ssl
|
||||
- ./.docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./.docker/.cache/nginx/tmp:/tmp
|
||||
- tmp:/tmp
|
||||
tx:
|
||||
build:
|
||||
context: ./.docker/tx
|
||||
|
|
@ -85,7 +87,7 @@ services:
|
|||
volumes:
|
||||
- ./:/var/www
|
||||
- ./.docker/.cache/tx/root:/root
|
||||
- ./.docker/.cache/tx/tmp:/tmp
|
||||
- tmp:/tmp
|
||||
|
||||
volumes:
|
||||
mysql:
|
||||
|
|
@ -94,3 +96,5 @@ volumes:
|
|||
driver: local
|
||||
mailstate:
|
||||
driver: local
|
||||
tmp:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue