diff --git a/docker-compose.yml b/docker-compose.yml index d96eff8e..c573870d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,4 +21,11 @@ services: redis: image: "redis:latest" ports: - - "6379:6379" \ No newline at end of file + - "6379:6379" + + pushpin: + image: "fanout/pushpin:1.41.0" + ports: + - "7999:7999" + - "5560-5563:5560-5563" + - "5555:5555" diff --git a/examples/ha_mode_with_monitoring/docker-compose.yml b/examples/ha_mode_with_monitoring/docker-compose.yml index b8f5bb8b..cf0695d5 100644 --- a/examples/ha_mode_with_monitoring/docker-compose.yml +++ b/examples/ha_mode_with_monitoring/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: primary: - image: "harness/ff-proxy:2.0.1" + image: "harness/ff-proxy:2.0.16" environment: - LOG_LEVEL=INFO - PROXY_KEY= @@ -14,7 +14,7 @@ services: - redis replica: - image: "harness/ff-proxy:2.0.1" + image: "harness/ff-proxy:2.0.16" environment: - LOG_LEVEL=INFO - REDIS_ADDRESS=redis:6379