Skip to content

Commit 7b118de

Browse files
committed
this one is a test
1 parent d242e76 commit 7b118de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

services/web/server/tests/unit/with_dbs/docker-compose-devel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ services:
3434
- "log_min_duration_statement=500"
3535
- "-c"
3636
- "log_lock_waits=on"
37+
# -c fsync=off is not recommended for production as this disable writing to disk
38+
- "-c"
39+
- "fsync=off"
3740
adminer:
3841
image: adminer:4.8.1
3942
init: true

services/web/server/tests/unit/with_dbs/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ services:
2929
- "tcp_keepalives_count=5"
3030
- "-c"
3131
- "log_lock_waits=on"
32+
# -c fsync=off is not recommended for production as this disable writing to disk
33+
- "-c"
34+
- "fsync=off"
3235
redis:
3336
image: "redis:6.2.6@sha256:4bed291aa5efb9f0d77b76ff7d4ab71eee410962965d052552db1fb80576431d"
3437
init: true

0 commit comments

Comments
 (0)