mirror of
https://github.com/openfaas/faas.git
synced 2025-06-20 13:06:40 +00:00
Add Nginx config with docker secrets
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
4
contrib/nginx/Dockerfile
Normal file
4
contrib/nginx/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM nginx:latest
|
||||
|
||||
COPY gateway.conf /etc/nginx/conf.d/default.conf
|
||||
|
Reference in New Issue
Block a user