mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update references remove refs to treeder oracle funcy (#376)
* Remove lots of refs to iron and funcy oracle etc.. * more ref replacements * Replacing more refs. Treeder * Use Fn not FN
This commit is contained in:
committed by
Travis Reeder
parent
5219227393
commit
c7f3066c75
@@ -1,19 +1,19 @@
|
||||
# Oracle Functions Load Balance example using Caddy
|
||||
# Fn Load Balance example using Caddy
|
||||
|
||||
Simple example of Oracle Functions load balancer using Caddy Server
|
||||
Simple example of Fn load balancer using Caddy Server
|
||||
|
||||
|
||||
## Run Oracle Functions
|
||||
## Run Fn
|
||||
|
||||
Start the Oracle Functions instances
|
||||
Start the Fn instances
|
||||
|
||||
Ref: https://github.com/treeder/functions/blob/master/README.md#start-the-functions-api
|
||||
Ref: https://github.com/fnproject/functions/blob/master/README.md#start-the-functions-api
|
||||
|
||||
|
||||
## Configure environment variable
|
||||
|
||||
Pass the host and port of Oracle Functions instances in environment variables,
|
||||
this example uses three Oracle Functions instances.
|
||||
Pass the host and port of Fn instances in environment variables,
|
||||
this example uses three Fn instances.
|
||||
|
||||
```sh
|
||||
export LB_HOST01="172.17.0.1:8080"
|
||||
@@ -38,7 +38,7 @@ docker run --rm \
|
||||
|
||||
Follow the Quick-Start steps replacing the example hosts by the Caddy host (localhost:9000)
|
||||
|
||||
https://github.com/treeder/functions/blob/master/README.md#quick-start
|
||||
https://github.com/fnproject/functions/blob/master/README.md#quick-start
|
||||
|
||||
|
||||
## Docker Compose example
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
functions01:
|
||||
restart: always
|
||||
image: treeder/functions
|
||||
image: fnproject/functions
|
||||
functions02:
|
||||
restart: always
|
||||
image: treeder/functions
|
||||
image: fnproject/functions
|
||||
functions03:
|
||||
restart: always
|
||||
image: treeder/functions
|
||||
image: fnproject/functions
|
||||
caddy:
|
||||
image: abiosoft/caddy
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user