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

Create VAMP blueprint for easy deployment #4

Open
plamola opened this issue Oct 5, 2015 · 0 comments
Open

Create VAMP blueprint for easy deployment #4

plamola opened this issue Oct 5, 2015 · 0 comments
Milestone

Comments

@plamola
Copy link
Member

plamola commented Oct 5, 2015

Before starting with feedfrenzy-core development, create a VAMP blueprint for the feedfrenzy-backend.
It should include the following dockers:

  • Feedfrenzy-backend, which depends on:
  • Pagefetcher, which depends on:
  • postgres

breed-pg

docker: postgres:latest
env:
-e POSTGRES_PASSWORD=postgres
-e POSTGRES_DB=pagefetcher

breed-pagefetcher:0.4.0

docker: dekkr/pagefetcher:0.4.0
port: 8080
--link pagefetch-postgres:postgres -d

@plamola plamola self-assigned this Oct 5, 2015
@plamola plamola modified the milestone: 0.1.0 Oct 5, 2015
@plamola plamola removed their assignment Oct 7, 2015
@plamola plamola modified the milestone: 0.2.0 Oct 7, 2015
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

1 participant