Skip to content

Commit

Permalink
update ws base url for macs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Sep 21, 2023
1 parent 34a9d38 commit bacb0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/docker-compose-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-environment:
- EDA_SECRET_KEY=secret
- EDA_ALLOWED_HOSTS=['*']
- EDA_DEPLOYMENT_TYPE=podman
- EDA_WEBSOCKET_BASE_URL=${EDA_WEBSOCKET_BASE_URL:-ws://host.containers.internal:8080}
- EDA_WEBSOCKET_BASE_URL=${EDA_WEBSOCKET_BASE_URL:-wss://host.containers.internal:8443}
- EDA_WEBSOCKET_SSL_VERIFY=no
- EDA_PODMAN_SOCKET_URL="unix:///run/podman/podman.sock"
- EDA_CONTROLLER_URL=${EDA_CONTROLLER_URL:?Please specify EDA_CONTROLLER_URL env}
Expand Down

0 comments on commit bacb0ec

Please sign in to comment.