Skip to content

Increase number of docker max connections to 250 #48

Increase number of docker max connections to 250

Increase number of docker max connections to 250 #48

Workflow file for this run

name: Python CI
on:
push:
branches:
- master
- develop
pull_request:
jobs:
test-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check docker compose valid
run: |
cp .env.sample .env
docker compose pull