forked from AkkomaGang/akkoma
Speed up docker postgres.
This commit is contained in:
parent
1ce1b7b58d
commit
fa191a658b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
image: elixir:1.7.2
|
image: elixir:1.7.2
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgres:9.6.2
|
- name: postgres:9.6.2
|
||||||
|
command: ["postgres", "-c", "fsync=off"]
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_DB: pleroma_test
|
POSTGRES_DB: pleroma_test
|
||||||
|
|
Loading…
Reference in a new issue