Skip to content

Configure Gunicorn for high-performance (1000-2000 req/sec) #3

Configure Gunicorn for high-performance (1000-2000 req/sec)

Configure Gunicorn for high-performance (1000-2000 req/sec) #3

Workflow file for this run

name: Docker Build
on:
push:
branches: [ main ]
tags:
- 'v*'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build services
run: |
docker-compose build
- name: Validate services
run: |
docker-compose config --services