improvement: 1 click deployment (#3794)
* fix-1 * test 2 * try 3 * try 4 * try 5 * try 6 * try 7 * try 8 * wip * config changes * removed instructions after install * wip * wip * wip * wip * cron added * wip * added daily update flag * upgrade modified * crontab added * upgrade fixes * crontab modified * cron fixes
This commit is contained in:
parent
8b6206f28b
commit
e1f13af084
3 changed files with 118 additions and 71 deletions
|
|
@ -56,8 +56,6 @@ x-app-env : &app-env
|
|||
- BUCKET_NAME=${BUCKET_NAME:-uploads}
|
||||
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
|
||||
|
||||
|
||||
|
||||
services:
|
||||
web:
|
||||
<<: *app-env
|
||||
|
|
@ -138,7 +136,6 @@ services:
|
|||
command: postgres -c 'max_connections=1000'
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
plane-redis:
|
||||
<<: *app-env
|
||||
image: redis:6.2.7-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue