mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 23:50:12 +00:00
Use less durable settings for Postgres in CI
This commit is contained in:
parent
7f7151add2
commit
4cc6231323
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ backend-test-group-1:
|
|||
alias: docker
|
||||
- name: postgres:11
|
||||
alias: db
|
||||
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
|
|
Loading…
Add table
Reference in a new issue