ui
ui copied to clipboard
Docker compose file
Docker compose is a nifty tool for running multiple containers together locally, a prebaked docker compose file would be really nice instead of using this awkward docker run with a link
docker run --rm -it --link fnserver:api -p 4000:4000 -e "FN_API_URL=http://api:8080" fnproject/ui
thoughts?
ah i think there is one in the main fn repo.. maybe need a link to it from here.. see:
https://github.com/fnproject/fn/blob/master/docker-compose.yml
I'd like to actually see a production-ready Stackfile tbh :) One that works with docker stack deploy on Docker Swarm Mode clusters.
@prologic we use helm charts for OSS production-ready deployments, i guess, none of us really use swarm now.