mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
20 lines
729 B
Bash
20 lines
729 B
Bash
DB_PASSWORD=changeme
|
|
DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable
|
|
|
|
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
|
|
WM_LICENSE_KEY=""
|
|
|
|
# For Enterprise Edition, comment the 2 lines above and uncomment below
|
|
# WINDMILL_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
|
|
# WM_LICENSE_KEY="<id>.<expiry>.<signature>"
|
|
|
|
|
|
# this is the url that your instance is publicly exposed to
|
|
WM_BASE_URL=http://localhost
|
|
|
|
# To use another port than :80, setup the Caddyfile and the caddy section of the docker-compose to your needs: https://caddyserver.com/docs/getting-started
|
|
# To have caddy take care of automatic TLS
|
|
|
|
|
|
WM_REQUEST_SIZE_LIMIT=50097152 # 50MB (The size limit for any requests, including script/flow args inputs)
|