Skip to content

Commit

Permalink
fix: docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 12, 2024
1 parent a6b8b3b commit 6446fd6
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 @@ -38,7 +38,7 @@ services:
- "8080"
networks:
orservice:
- ipv4_address: 10.10.2.3
- ipv4_address: 10.10.2.x
environment:
- ORSERVICE_DB_HOST=orservice_db
- ORSERVICE_DB_USER=${POSTGRES_USER}
Expand Down Expand Up @@ -66,15 +66,15 @@ services:
- "80:5173"
networks:
orservice:
- ipv4_address: 10.10.2.4
- ipv4_address: 10.10.2.x
logging:
options:
max-size: "10m"
max-file: "3"
labels:
- "com.centurylinklabs.watchtower.scope=orservice"
healthcheck:
test: "curl --fail --silent -- max-time 5 localhost:3000 || exit 1"
test: "curl --fail --silent --max-time 5 localhost:5173 || exit 1"
depends_on:
- orservice_backend
wt:
Expand Down

0 comments on commit 6446fd6

Please sign in to comment.