Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Minor dev performance increase for testing
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nicksellen committed Mar 7, 2024
1 parent 9b55305 commit f3d3ab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/services/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ spec:
containers:

- name: db
image: docker.io/postgres:13.11
image: docker.io/postgres:16.2-alpine
args:
- "-c"
- "fsync=off"
- "-c"
- "full_page_writes=off"
env:
- name: POSTGRES_USER
value: db
Expand Down

0 comments on commit f3d3ab7

Please sign in to comment.