Skip to content

Commit

Permalink
use tmpfs for pg data
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised committed May 13, 2024
1 parent 5a32fa0 commit a13bcda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/electric/dev/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ services:
- "54321:5432"
volumes:
- ./postgres.conf:/etc/postgresql.conf:ro
tmpfs:
- /var/lib/postgresql/data
- /tmp
entrypoint:
- docker-entrypoint.sh
- -c
Expand Down

0 comments on commit a13bcda

Please sign in to comment.