properly set environment secret
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 7s
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 7s
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
- "5000:5000"
|
||||
networks:
|
||||
- agologum-net
|
||||
environment:
|
||||
- Jwt__Key=${JWT_SECRET} # this seems to be the right way to pass env variables with secrets
|
||||
|
||||
networks:
|
||||
agologum-net:
|
||||
|
||||
Reference in New Issue
Block a user