Fix vapid command in docker-compose.yml

Fix #60
This commit is contained in:
S1m 2024-12-13 20:51:18 +01:00 committed by GitHub
parent 67effc809b
commit 586c2b95fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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