ui icon indicating copy to clipboard operation
ui copied to clipboard

Docker compose file

Open faiq opened this issue 7 years ago • 3 comments

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?

faiq avatar Jan 25 '18 23:01 faiq

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

carimura avatar Jan 26 '18 05:01 carimura

I'd like to actually see a production-ready Stackfile tbh :) One that works with docker stack deploy on Docker Swarm Mode clusters.

prologic avatar Oct 17 '18 13:10 prologic

@prologic we use helm charts for OSS production-ready deployments, i guess, none of us really use swarm now.

denismakogon avatar Oct 17 '18 14:10 denismakogon