Speed up docker postgres.
This commit is contained in:
parent
1ce1b7b58d
commit
fa191a658b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user