Skip to content

Commit 8a05aa1

Browse files
committed
Api Test cases for Blog
1 parent 29a2558 commit 8a05aa1

15 files changed

Lines changed: 1987 additions & 328 deletions

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ services:
2424
build:
2525
context: ./
2626
dockerfile: Dockerfile
27+
environment:
28+
DB_HOST: blogapi-db
2729
ports:
2830
- "8080:8080"
2931
networks:

0 commit comments

Comments
 (0)