[bugfix] Add data volumes for grapejs and grapejs uploads
This commit is contained in:
parent
0c1684a751
commit
d1451f48b2
1 changed files with 3 additions and 0 deletions
|
@ -157,9 +157,12 @@ With proper SPF, DKIM and PTR records (DMARC wouldn't hurt either) I got perfect
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/mailtrain/production.toml:/app/config/production.toml"
|
- "/etc/mailtrain/production.toml:/app/config/production.toml"
|
||||||
|
- "mailtrain-node-data:/app/public/grapejs/uploads"
|
||||||
|
- "mailtrain-node-data:/app/public/mosaico/uploads"
|
||||||
volumes:
|
volumes:
|
||||||
mailtrain-mysq-data: {}
|
mailtrain-mysq-data: {}
|
||||||
mailtrain-redis-data: {}
|
mailtrain-redis-data: {}
|
||||||
|
mailtrain-node-data: {}
|
||||||
|
|
||||||
```
|
```
|
||||||
5. Update MySQL and Redis credintial in `/etc/mailtrain/production.toml` like this:
|
5. Update MySQL and Redis credintial in `/etc/mailtrain/production.toml` like this:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue