mirror of
https://github.com/openfaas/faas.git
synced 2025-06-28 17:53:25 +00:00
Include markdown sample
Fix UI refresh problem Enable invocation from portal
This commit is contained in:
@ -104,6 +104,15 @@ services:
|
||||
no_proxy: "gateway"
|
||||
https_proxy: $https_proxy
|
||||
|
||||
markdown:
|
||||
image: alexellis2/faas-markdownrender:latest
|
||||
depends_on:
|
||||
- gateway
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
https_proxy: $https_proxy
|
||||
|
||||
# alexacolorchange:
|
||||
# image: alexellis2/faas-alexachangecolorintent
|
||||
|
Reference in New Issue
Block a user