Skip to content

Commit

Permalink
[feature/#313] docker network IP 수정
Browse files Browse the repository at this point in the history
[feature/#313] docker network IP 수정
  • Loading branch information
whitem4rk authored Jun 19, 2024
2 parents f8c8d36 + cb70f51 commit 68b27d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: backend-cloud-config
networks:
ibas-network:
ipv4_address: 172.18.0.4
ipv4_address: 172.18.0.6
ports:
- "8888:8888"
entrypoint: [ "java", "-jar", "app.jar" ]
Expand All @@ -27,7 +27,7 @@ services:
container_name: backend-prod2
networks:
ibas-network:
ipv4_address: 172.18.0.2
ipv4_address: 172.18.0.3
ports:
- "8081:8081"
environment:
Expand All @@ -36,10 +36,10 @@ services:

dev1:
image: whtmdgus56/ibas-config:dev
container_name: backend-dev1
container_name: backend-dev
networks:
ibas-network:
ipv4_address: 172.18.0.3
ipv4_address: 172.18.0.4
ports:
- "8082:8082"
environment:
Expand All @@ -51,7 +51,7 @@ services:
container_name: backend-dev2
networks:
ibas-network:
ipv4_address: 172.18.0.3
ipv4_address: 172.18.0.5
ports:
- "8083:8083"
environment:
Expand Down

0 comments on commit 68b27d0

Please sign in to comment.