Skip to content

Commit

Permalink
remove license key from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Oct 11, 2023
1 parent b0f657d commit 36da52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
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
# For Enterprise Edition, use:
# WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
# WM_LICENSE_KEY="<id>.<expiry>.<signature>"
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
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ services:
- NUM_WORKERS=0
- DISABLE_SERVER=false
- METRICS_ADDR=false # (ee only, if set to true, metrics will be exposed on port 8001)
# LICENSE_KEY is only needed for the enterprise edition
- LICENSE_KEY=${WM_LICENSE_KEY}
depends_on:
db:
condition: service_healthy
Expand All @@ -58,8 +56,6 @@ services:
- KEEP_JOB_DIR=false
- METRICS_ADDR=false
- WORKER_GROUP=default
# LICENSE_KEY is only needed for the enterprise edition
- LICENSE_KEY=${WM_LICENSE_KEY}
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 36da52b

Please sign in to comment.