We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d242e76 commit 7b118deCopy full SHA for 7b118de
services/web/server/tests/unit/with_dbs/docker-compose-devel.yml
@@ -34,6 +34,9 @@ services:
34
- "log_min_duration_statement=500"
35
- "-c"
36
- "log_lock_waits=on"
37
+ # -c fsync=off is not recommended for production as this disable writing to disk
38
+ - "-c"
39
+ - "fsync=off"
40
adminer:
41
image: adminer:4.8.1
42
init: true
services/web/server/tests/unit/with_dbs/docker-compose.yml
@@ -29,6 +29,9 @@ services:
29
- "tcp_keepalives_count=5"
30
31
32
33
redis:
image: "redis:6.2.6@sha256:4bed291aa5efb9f0d77b76ff7d4ab71eee410962965d052552db1fb80576431d"
0 commit comments