Skip to content

Commit 57fe3b0

Browse files
fix: set POSTGRES_DB in E2E compose for future CRUD tests
1 parent 9ea2d0b commit 57fe3b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/docker-compose.e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
ports:
2828
- "5432:5432"
2929
environment:
30+
POSTGRES_DB: customerdb
3031
POSTGRES_PASSWORD: postgres
3132
volumes:
3233
- postgres_data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)