Skip to content

Commit

Permalink
Merge pull request #13 from yaninyzwitty/develop
Browse files Browse the repository at this point in the history
#fix-changed thesubnet and gateway address prevent overlapping
  • Loading branch information
yaninyzwitty authored Feb 5, 2025
2 parents b5391b4 + 42e01ba commit 035213c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
pulsar-products-service:
# image: yaninyzwitty/pulsar-products-service:latest
build:
build:
context: .
dockerfile: Dockerfile
ports:
Expand All @@ -14,15 +14,13 @@ services:
networks:
- private_network



configs:
my_config:
file: config.yaml
file: config.yaml
networks:
private_network:
driver: bridge
ipam:
config:
- subnet: "10.0.0.0/19"
gateway: "10.0.0.1"
- subnet: "192.168.100.0/24"
gateway: "192.168.100.1"

0 comments on commit 035213c

Please sign in to comment.