Skip to content

Commit 6f4436f

Browse files
committed
fix: plane service images
1 parent 0d8cc19 commit 6f4436f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

templates/compose/plane.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
x-app-env: &app-env
77
environment:
8-
- WEB_URL=http://localhost
8+
- WEB_URL=${SERVICE_FQDN_PLANE}
99
- DEBUG=${DEBUG:-0}
10-
- CORS_ALLOWED_ORIGINS=http://localhost
10+
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGIN:-http://localhost}
1111
# Gunicorn Workers
1212
- GUNICORN_WORKERS=${GUNICORN_WORKERS:-1}
1313
#DB SETTINGS
@@ -46,6 +46,7 @@ services:
4646
environment:
4747
- SERVICE_FQDN_PLANE
4848
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
49+
- BUCKET_NAME=${BUCKET_NAME:-uploads}
4950
image: makeplane/plane-proxy:stable
5051
depends_on:
5152
- web

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)