As it stands the project consists of three services:
The web frontend (in vue.js):
Login (using GIN credentials)
Web form for user input that is sent to 2.
The web backend (in Python Flask):
Creates the drone.yml
Sets up the hook
Sets up keys
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.
As it stands the project consists of three services:
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.