Finalizes option to secure backend http endpoints with a token

- Also fixes to build commands in makefile
This commit is contained in:
Hristo 2024-05-10 18:11:23 -04:00
parent e6c2042df6
commit 4e20c4ac56
7 changed files with 24 additions and 17 deletions

View file

@ -4,7 +4,7 @@ services:
context: .
dockerfile: app.dockerfile
args:
- SUPER_SECRET_KEY=${SUPER_SECRET_KEY}
- NEXT_PUBLIC_SUPER_SECRET_KEY=${SUPER_SECRET_KEY}
- NEXT_PUBLIC_API_URL=http://${REMOTE_BACKEND_ADDRESS}/api
- NEXT_PUBLIC_WS_URL=ws://${REMOTE_BACKEND_ADDRESS}
expose: