Files
windmill/.env
2026-02-19 14:04:02 +09:00

14 lines
508 B
Bash

DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable
# For Enterprise Edition, use:
# WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
WM_VERSION=v1.638.0
WM_IMAGE=ghcr.io/windmill-labs/windmill:${WM_VERSION}
# 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
# To rotate logs, set the following variables:
#LOG_MAX_SIZE=10m
#LOG_MAX_FILE=3