Skip to content

Commit

Permalink
Make unleash web port configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Oct 7, 2024
1 parent 79e21a2 commit db38775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ LOG_LEVEL="Info"
# This is a dummy token that will only work locally
UNLEASH_API_TOKEN=default:development.unleash-insecure-api-token
TEMPLATES_WD="./"
UNLEASH_WEB_PORT=4545
2 changes: 1 addition & 1 deletion local/full-stack-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
unleash_web:
image: quay.io/cloudservices/unleash-server:latest
ports:
- "4242:4242"
- "${UNLEASH_WEB_PORT}:4242"
environment:
DATABASE_URL: "postgres://chrome:chrome@db/unleash"
DATABASE_SSL: "false"
Expand Down

0 comments on commit db38775

Please sign in to comment.