Commit Graph

5 Commits

Author SHA1 Message Date
Denis Makogon
8e229ec11d Upgrade compose version from 3 to 3.5 (#1148)
v3.5 allows network static name binding which allows successfully bypass docker network name through FN_DOCKERS_NETWORK
2018-07-31 13:10:20 -07:00
Tolga Ceylan
6226f54f58 fn: docker compose fixups (#985)
* fn: docker compose fixups

1) FN_DOCKER_NETWORKS for fnserver to place the functions in
2) mysql should be in sync with test.sh/api_test.sh mysql version to avoid errors such as
    msg="couldn't ping db" error="this authentication plugin is not supported" url="root:root@tcp(db:3306)/funcs

TODO: fix/investigate why fnserver fails on latest mysql.

* fn: docker-compose network should be explicit
2018-05-10 11:14:18 -07:00
Denis Makogon
67ea4a2baf Adding minio for log store in compose (#580)
* Use data volumes for database

 plus better volume source path reference for prometheus

* Adding minio to compose for log store
2017-12-12 20:03:58 +02:00
Denis Makogon
53a2b2702a Compose: API_URL --> FN_API_URL (#572) 2017-12-06 10:40:32 -08:00
Denis Makogon
81e3c4387c Docker compose file for simpler dev env (#526)
* Docker compose file for simpler dev env

* Updating readme, adding UI to compose

* Define dependencies between services

* Prometheus. Grafana

* Link Prometheus to Grafana service

* Addressing review comments

* Linking compose doc to common table of content
2017-11-28 13:31:34 -07:00