New project structure
Beta of extract.js for extracting english locale
This commit is contained in:
parent
e18d2b2f84
commit
2edbd67205
247 changed files with 6405 additions and 4237 deletions
|
@ -1,33 +0,0 @@
|
|||
# FIXME - this is not yet upgraded to Mailtrain 2
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=mailtrain
|
||||
- MYSQL_DATABASE=mailtrain
|
||||
- MYSQL_USER=mailtrain
|
||||
- MYSQL_PASSWORD=mailtrain
|
||||
volumes:
|
||||
- mailtrain-mysq-data:/var/lib/mysql
|
||||
redis:
|
||||
image: redis:3.0
|
||||
volumes:
|
||||
- mailtrain-redis-data:/data
|
||||
mailtrain:
|
||||
image: mailtrain:latest
|
||||
depends_on:
|
||||
- mysql
|
||||
- redis
|
||||
volumes:
|
||||
- mailtrain-node-config:/app/config
|
||||
- mailtrain-node-data:/app/public/grapejs/uploads
|
||||
- mailtrain-node-data:/app/public/mosaico/uploads
|
||||
- mailtrain-node-reports:/app/protected/reports
|
||||
volumes:
|
||||
mailtrain-mysq-data: {}
|
||||
mailtrain-redis-data: {}
|
||||
mailtrain-node-data: {}
|
||||
mailtrain-node-config: {}
|
||||
mailtrain-node-reports: {}
|
Loading…
Add table
Add a link
Reference in a new issue