Speed up docker postgres.
authorlain <lain@soykaf.club>
Sun, 17 Feb 2019 10:36:14 +0000 (11:36 +0100)
committerlain <lain@soykaf.club>
Sun, 17 Feb 2019 10:46:51 +0000 (11:46 +0100)
.gitlab-ci.yml

index b594458955a97ab29aa191296da16e88eb6fe309..eeddce69e5d079c715117137808a2fee40225e60 100644 (file)
@@ -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