Skip to content

Commit

Permalink
feat: removed port mapping for the backend and db
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 12, 2024
1 parent d497f61 commit a6b8b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
env_file: ".env"
restart: unless-stopped
image: postgres:latest
ports:
- "127.0.0.1:5432:5432"
expose:
- "5432"
networks:
orservice:
- ipv4_address: 10.10.2.2
Expand Down Expand Up @@ -34,8 +34,8 @@ services:
env_file: ".env"
restart: unless-stopped
image: ghcr.io/stevensblueprint/orservice
ports:
- "8080:8080"
expose:
- "8080"
networks:
orservice:
- ipv4_address: 10.10.2.3
Expand Down

0 comments on commit a6b8b3b

Please sign in to comment.