fix: plane service images
This commit is contained in:
parent
0d8cc19698
commit
6f4436fd5e
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
x-app-env: &app-env
|
x-app-env: &app-env
|
||||||
environment:
|
environment:
|
||||||
- WEB_URL=http://localhost
|
- WEB_URL=${SERVICE_FQDN_PLANE}
|
||||||
- DEBUG=${DEBUG:-0}
|
- DEBUG=${DEBUG:-0}
|
||||||
- CORS_ALLOWED_ORIGINS=http://localhost
|
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGIN:-http://localhost}
|
||||||
# Gunicorn Workers
|
# Gunicorn Workers
|
||||||
- GUNICORN_WORKERS=${GUNICORN_WORKERS:-1}
|
- GUNICORN_WORKERS=${GUNICORN_WORKERS:-1}
|
||||||
#DB SETTINGS
|
#DB SETTINGS
|
||||||
@ -46,6 +46,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_PLANE
|
- SERVICE_FQDN_PLANE
|
||||||
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
|
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
|
||||||
|
- BUCKET_NAME=${BUCKET_NAME:-uploads}
|
||||||
image: makeplane/plane-proxy:stable
|
image: makeplane/plane-proxy:stable
|
||||||
depends_on:
|
depends_on:
|
||||||
- web
|
- web
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user