Skip to content

Commit ed77149

Browse files
Updated db service to match docker-compose from next.js frontend
1 parent 978a695 commit ed77149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
services:
22

33
db:
4-
image: postgres:13-alpine
4+
image: postgres:15-alpine
55
container_name: codebuilder-postgres-db
66
restart: unless-stopped
77
env_file:
88
- ./.env
99
volumes:
10-
- codebuilder-db-data:/var/lib/postgresql/data
10+
- postgres-data:/var/lib/postgresql/data
1111
networks:
1212
- codebuilder-net
1313
ports:
@@ -33,7 +33,7 @@ services:
3333

3434

3535
volumes:
36-
codebuilder-db-data:
36+
postgres-data:
3737

3838

3939
networks:

0 commit comments

Comments
 (0)