chore: secure wakapi from signup

This commit is contained in:
thomasabishop 2025-06-19 17:37:01 +00:00
parent 1005b9ec00
commit 6b1f538fd1

View file

@ -6,6 +6,8 @@ services:
ports:
- 8004:3000
restart: unless-stopped
environment:
- WAKAPI_ALLOW_SIGNUP=false
networks:
- web
volumes: