Skip to content

Instantly share code, notes, and snippets.

@victorcrbt
Created May 4, 2020 13:50
Show Gist options
  • Save victorcrbt/d760be6afb6784a7f57dbbb5e19e2df3 to your computer and use it in GitHub Desktop.
Save victorcrbt/d760be6afb6784a7f57dbbb5e19e2df3 to your computer and use it in GitHub Desktop.
Increase GitLab CI PostgreSQL service max connections
test:
services:
- name: postgres:latest
alias: postgres
command:
- --max_connections=200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment