Skip to content

Commit

Permalink
fix: docker network array
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 12, 2024
1 parent 6446fd6 commit 8ea4f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "5432"
networks:
orservice:
- ipv4_address: 10.10.2.2
ipv4_address: 10.10.2.2
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
- "8080"
networks:
orservice:
- ipv4_address: 10.10.2.x
ipv4_address: 10.10.2.3
environment:
- ORSERVICE_DB_HOST=orservice_db
- ORSERVICE_DB_USER=${POSTGRES_USER}
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
- "80:5173"
networks:
orservice:
- ipv4_address: 10.10.2.x
ipv4_address: 10.10.2.4
logging:
options:
max-size: "10m"
Expand Down

0 comments on commit 8ea4f3e

Please sign in to comment.