mirror of
https://github.com/mollyim/mollysocket.git
synced 2025-05-12 21:30:40 +01:00
parent
67effc809b
commit
586c2b95fb
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
mollysocket:
|
||||
image: ghcr.io/mollyim/mollysocket:1
|
||||
|
@ -15,7 +13,7 @@ services:
|
|||
- MOLLY_ALLOWED_ENDPOINTS=["*"]
|
||||
- MOLLY_ALLOWED_UUIDS=["*"]
|
||||
# TODO:
|
||||
#- MOLLY_VAPID_PRIVKEY="paste output of `docker compose mollysocket vapid gen` here"
|
||||
#- MOLLY_VAPID_PRIVKEY="paste output of `docker compose exec mollysocket mollysocket vapid gen` here"
|
||||
- MOLLY_HOST=0.0.0.0
|
||||
- MOLLY_PORT=8020
|
||||
- RUST_LOG=info
|
||||
|
|
Loading…
Reference in a new issue