From: lain Date: Sun, 17 Feb 2019 10:36:14 +0000 (+0100) Subject: Speed up docker postgres. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=fa191a658b373eb53ab0a44ab0529fb8635cfd74;p=akkoma Speed up docker postgres. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b59445895..eeddce69e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ image: elixir:1.7.2 services: - - postgres:9.6.2 + - name: postgres:9.6.2 + command: ["postgres", "-c", "fsync=off"] variables: POSTGRES_DB: pleroma_test