mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-29 18:20:51 +00:00
feat(templates): add new service templates and update existing compose files for various applications
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
x-app-env: &app-env
|
||||
environment:
|
||||
- APP_RELEASE=${APP_RELEASE:-v0.25.2}
|
||||
- WEB_URL=${SERVICE_FQDN_PLANE}
|
||||
- WEB_URL=${SERVICE_URL_PLANE}
|
||||
- DEBUG=${DEBUG:-0}
|
||||
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGIN:-http://localhost}
|
||||
# Gunicorn Workers
|
||||
@@ -52,7 +52,7 @@ x-app-env: &app-env
|
||||
services:
|
||||
proxy:
|
||||
environment:
|
||||
- SERVICE_FQDN_PLANE
|
||||
- SERVICE_URL_PLANE
|
||||
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
|
||||
- BUCKET_NAME=${BUCKET_NAME:-uploads}
|
||||
image: makeplane/plane-proxy:${APP_RELEASE:-v0.25.1}
|
||||
|
||||
Reference in New Issue
Block a user