mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 00:16:46 +00:00
Add basic_auth env variable to faas-containerd.service
Fixes #11 Having this env variable set enables basic authentication for faas-containerd. Signed-off-by: Mark Sharpley <mcs94@cam.ac.uk>
This commit is contained in:
parent
06890cddb9
commit
e6b814fd60
@ -3,6 +3,7 @@ Description=faasd-containerd
|
||||
|
||||
[Service]
|
||||
MemoryLimit=500M
|
||||
Environment="basic_auth=true"
|
||||
ExecStart=/usr/local/bin/faas-containerd
|
||||
Restart=on-failure
|
||||
RestartSec=10s
|
||||
|
Loading…
x
Reference in New Issue
Block a user