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

Full service deployment compose file #24

Open
achilleas-k opened this issue Jul 31, 2019 · 2 comments
Open

Full service deployment compose file #24

achilleas-k opened this issue Jul 31, 2019 · 2 comments

Comments

@achilleas-k
Copy link
Member

achilleas-k commented Jul 31, 2019

As it stands the project consists of three services:

  1. The web frontend (in vue.js):
    • Login (using GIN credentials)
    • Web form for user input that is sent to 2.
  2. The web backend (in Python Flask):
    • Creates the drone.yml
    • Sets up the hook
    • Sets up keys
  3. The Drone service:
    • Runs the pipeline(s)

We should have a docker-compose.yml file that sets up two containers to work together, one for the frontend and backend web services and another for the Drone container.

@achilleas-k achilleas-k changed the title Full service deployment instructions Full service deployment compose file Jul 31, 2019
@achilleas-k
Copy link
Member Author

Dockerfile incoming in PR #28

@achilleas-k
Copy link
Member Author

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