diff --git a/services/logging/docker-compose.yml.j2 b/services/logging/docker-compose.yml.j2 index be2aa1a9..0fa34c0e 100644 --- a/services/logging/docker-compose.yml.j2 +++ b/services/logging/docker-compose.yml.j2 @@ -75,7 +75,7 @@ services: aliases: - graylog ports: - - 12200:12201/udp + - 12201:12201/udp - 12202:12202/udp deploy: replicas: 1 @@ -102,7 +102,7 @@ services: vector: image: timberio/vector:0.49.X-debian ports: - - "12201:12201/udp" # GELF input + - "12200:12201/udp" # GELF input volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: @@ -112,6 +112,7 @@ services: - source: vector_config target: /etc/vector/vector.yaml deploy: + replicas: 0 resources: limits: cpus: "1.0" @@ -140,7 +141,7 @@ services: deploy: placement: constraints: [] - replicas: 1 + replicas: 0 restart_policy: condition: any delay: 5s