Skip to content

Commit 21aea26

Browse files
committed
added express as a dependency and fixed docker compose / on db
1 parent 7de358b commit 21aea26

File tree

3 files changed

+58
-171
lines changed

3 files changed

+58
-171
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: postgres:13-alpine
55
volumes:
66
- ./init.sql/:/docker-entrypoint-initdb.d/init.sql
7-
- ./db:/var/lib/postgresql/data
7+
- db:/var/lib/postgresql/data
88
environment:
99
- PGDATABASE=movies
1010
- POSTGRES_DB=movies

0 commit comments

Comments
 (0)