Skip to content

Commit

Permalink
chore(web-modeler): remove unused env (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wollefitz authored Feb 3, 2025
1 parent 8cadae6 commit 5cfaf32
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: modeler-restapi
SERVER_HOST: modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: modeler-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: modeler-restapi
SERVER_HOST: modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: modeler-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: modeler-restapi
SERVER_HOST: modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: modeler-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: modeler-restapi
SERVER_HOST: modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: modeler-app
Expand Down
1 change: 0 additions & 1 deletion docker-compose/versions/camunda-8.6/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: web-modeler-restapi
SERVER_HOST: web-modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: web-modeler-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: modeler-restapi
SERVER_HOST: modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: modeler-app
Expand Down
1 change: 0 additions & 1 deletion docker-compose/versions/camunda-alpha/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ services:
retries: 30
environment:
RESTAPI_HOST: web-modeler-restapi
SERVER_HOST: web-modeler-webapp
SERVER_HTTPS_ONLY: "false"
SERVER_URL: http://localhost:8070
PUSHER_APP_ID: web-modeler-app
Expand Down

0 comments on commit 5cfaf32

Please sign in to comment.