diff --git a/.env b/.env index c439b19..c900603 100644 --- a/.env +++ b/.env @@ -2,7 +2,8 @@ DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable # For Enterprise Edition, use: # WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main -WM_IMAGE=ghcr.io/windmill-labs/windmill:v1.5.3 +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 diff --git a/docker-compose.yml b/docker-compose.yml index f630fd2..ec9121b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -126,7 +126,7 @@ services: logging: *default-logging windmill_extra: - image: ghcr.io/windmill-labs/windmill-extra:v1.5.3 + image: ghcr.io/windmill-labs/windmill-extra:${WM_VERSION} pull_policy: if_not_present restart: unless-stopped expose: