Skip to content

Commit

Permalink
deployment stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan112 committed Dec 2, 2023
1 parent 08171a3 commit 06a9305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ services:
- POSTGRES_DB=bucketeer_db

ports:
- "5433:5432"
- "5431:5432"
volumes:
- data:/var/lib/postgresql/data
server:
build:
context: .
dockerfile: Dockerfile
ports:
- 3000:3000
- 8080:3000
environment:
- DB_HOST=database
- DB_USER=bucketeer
Expand Down

0 comments on commit 06a9305

Please sign in to comment.