We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8cc19 commit 6f4436fCopy full SHA for 6f4436f
templates/compose/plane.yaml
@@ -5,9 +5,9 @@
5
6
x-app-env: &app-env
7
environment:
8
- - WEB_URL=http://localhost
+ - WEB_URL=${SERVICE_FQDN_PLANE}
9
- DEBUG=${DEBUG:-0}
10
- - CORS_ALLOWED_ORIGINS=http://localhost
+ - CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGIN:-http://localhost}
11
# Gunicorn Workers
12
- GUNICORN_WORKERS=${GUNICORN_WORKERS:-1}
13
#DB SETTINGS
@@ -46,6 +46,7 @@ services:
46
47
- SERVICE_FQDN_PLANE
48
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
49
+ - BUCKET_NAME=${BUCKET_NAME:-uploads}
50
image: makeplane/plane-proxy:stable
51
depends_on:
52
- web
templates/service-templates.json
0 commit comments