make init
Update the secrets and variables in the organization settings on GitHub
Secrets:
SSH_HOST
SSH_USERNAME
SSH_PASSWORD
Variables:
PROJECT_DIR
- Project directory on the server, example:~/desbordante
Execute make
to see all available rules with documentation
- Pull containers:
make pull
- Start containers:
make up
- Pull & start (update):
make update
After starting the containers, you can access the following services on localhost
:
- FastAPI documentation (Swagger UI): http://localhost:8000/docs
- Flower Celery monitoring panel: http://localhost:5555