add license key in more files

This commit is contained in:
Ruben Fiszel
2023-05-30 18:32:44 +02:00
parent 65fa1807bc
commit bb368fcf5a
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -3,4 +3,7 @@ DB_PASSWORD=changeme
# this is the url that your instance is publicly exposed to
WM_BASE_URL=http://localhost
# 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 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
# License key for enterprise edition
# WM_LICENSE_KEY="<id>.<expiry>.<signature>"
+4
View File
@@ -33,6 +33,8 @@ services:
- NUM_WORKERS=0
- DISABLE_SERVER=false
- METRICS_ADDR=false
# LICENSE_KEY is only needed for the enterprise edition
# - LICENSE_KEY=${WM_LICENSE_KEY}
depends_on:
db:
condition: service_healthy
@@ -54,6 +56,8 @@ services:
- DISABLE_SERVER=true
- KEEP_JOB_DIR=false
- METRICS_ADDR=false
# LICENSE_KEY is only needed for the enterprise edition
# - LICENSE_KEY=${WM_LICENSE_KEY}
depends_on:
db:
condition: service_healthy