This commit is contained in:
Ruben Fiszel
2025-04-21 16:53:23 +02:00
parent 2e25f1559e
commit 855a079744

16
.env
View File

@@ -1,5 +1,13 @@
DATABASE_URL=postgres://postgres:changeme@localhost:5432/windmill?sslmode=disable
DENO_PATH=/opt/homebrew/bin/deno
BUN_PATH=/opt/homebrew/bin/bun
DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
# For Enterprise Edition, use:
# WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
# 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