From 855a079744e7aca4f8c8859331a2a3cd8dfe2bb1 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 21 Apr 2025 16:53:23 +0200 Subject: [PATCH] fix .env --- .env | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.env b/.env index f09d57bc24..ad887513cd 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file +# 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 \ No newline at end of file