Skip to content

Commit 00a5e4f

Browse files
committed
fix: build setup
1 parent 4ba8dbd commit 00a5e4f

File tree

2 files changed

+4573
-362
lines changed

2 files changed

+4573
-362
lines changed

evoting.compose.yml renamed to metastate.compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
services:
22
db:
33
image: postgres:16
4-
container_name: dev-evoting-db
4+
container_name: dev-metastate-db
55
environment:
6-
POSTGRES_USER: evoting
7-
POSTGRES_PASSWORD: evoting
8-
POSTGRES_DB: evoting
6+
POSTGRES_USER: metastate
7+
POSTGRES_PASSWORD: metastate
8+
POSTGRES_DB: metastate
99
volumes:
1010
- ./db/data:/var/lib/postgresql/data
1111
ports:

0 commit comments

Comments
 (0)