Speed up docker postgres.

This commit is contained in:
lain 2019-02-17 11:36:14 +01:00
parent 1ce1b7b58d
commit fa191a658b
1 changed files with 2 additions and 1 deletions

View 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