Skip to content

Commit

Permalink
fix: add env vars for SERVICE_ENDPOINTS (#335)
Browse files Browse the repository at this point in the history
* fix: add env vars for SERVICE_ENDPOINTS

Signed-off-by: Javier Ribó <[email protected]>

* fix: add hyphen to SERVICE_ENDPOINTS config

Signed-off-by: Javier Ribó <[email protected]>

---------

Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Aug 13, 2024
1 parent a43fe38 commit f2b078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- KEY_AGREEMENT_X=Sr4SkIskjN_VdKTn0zkjYbhGTWArdUNE4j_DmUpnQGw
- KEY_AUTHENTICATION_D=INXCnxFEl0atLIIQYruHzGd5sUivMRyQOzu87qVerug
- KEY_AUTHENTICATION_X=MBjnXZxkMcoQVVL21hahWAw43RuAG-i64ipbeKKqwoA
- SERVICE_ENDPOINTS=http://localhost:8080;ws://localhost:8080/ws
- SERVICE_ENDPOINTS=${SERVICE_ENDPOINTS:-http://localhost:8080;ws://localhost:8080/ws}
- MONGODB_USER=admin
- MONGODB_PASSWORD=admin
- MONGODB_PROTOCOL=mongodb
Expand Down

0 comments on commit f2b078a

Please sign in to comment.