add login on front.

This commit is contained in:
emil28092005
2026-01-30 12:33:51 +03:00
parent f2aa6e84ca
commit 8e86863f68
+1 -1
View File
@@ -5,7 +5,7 @@ services:
context: ../..
container_name: shagram-app
environment:
- WS_ALLOWED_ORIGINS=https://localhost,http://localhost
- WS_ALLOWED_ORIGINS=${WS_ALLOWED_ORIGINS}
- DATABASE_PATH=/app/data/shagram.db
- JWT_SECRET=${JWT_SECRET}
volumes: