Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker compose file #36

Open
faiq opened this issue Jan 25, 2018 · 3 comments
Open

Docker compose file #36

faiq opened this issue Jan 25, 2018 · 3 comments

Comments

@faiq
Copy link

faiq commented Jan 25, 2018

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?

@carimura
Copy link
Member

carimura commented Jan 26, 2018

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

@prologic
Copy link

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

@denismakogon
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants