Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Change-Id: Ifdbfd5cc82a53721e4da47a857da43bc4466c3da
  • Loading branch information
ethowitz committed Apr 19, 2024
1 parent c89c902 commit d366ed6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,24 @@ services:
- MYSQL_DATABASE=noria
postgres:
image: postgres:14
tmpfs:
- /var/lib/pg/mem-data14
environment:
- POSTGRES_PASSWORD=noria
- POSTGRES_DB=noria
- PGDATA=/var/lib/pg/mem-data14
command:
- "postgres"
- "-c"
- "wal_level=logical"
postgres13:
image: postgres:13
tmpfs:
- /var/lib/pg/mem-data13
environment:
- POSTGRES_PASSWORD=noria
- POSTGRES_DB=noria
- PGDATA=/var/lib/pg/mem-data13
command:
- "postgres"
- "-c"
Expand Down

0 comments on commit d366ed6

Please sign in to comment.