diff --git a/docker-compose.armhf.yml b/docker-compose.armhf.yml index f7d716876757eca36eba68d3c813d5b9669a0ff2..254eaeaa1ced030972a6cfd655926657ca8fc41a 100644 --- a/docker-compose.armhf.yml +++ b/docker-compose.armhf.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.9.2-armhf + image: openfaas/gateway:0.9.5-armhf networks: - functions environment: @@ -35,7 +35,7 @@ services: # Docker Swarm provider faas-swarm: - image: openfaas/faas-swarm:0.4.2-armhf + image: openfaas/faas-swarm:0.4.3-armhf volumes: - "/var/run/docker.sock:/var/run/docker.sock" networks: @@ -44,6 +44,7 @@ services: read_timeout: "305s" # set both here, and on your functions write_timeout: "305s" # set both here, and on your functions DOCKER_API_VERSION: "1.30" + basic_auth: "false" deploy: placement: constraints: diff --git a/docker-compose.yml b/docker-compose.yml index 4e53202a357f3388e35326d3968882fb31a99aee..a86d1a5e26e8b76f41feaa660cb4711707e448bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: gateway: ports: - 8080:8080 - image: openfaas/gateway:0.9.2 + image: openfaas/gateway:0.9.5 networks: - functions environment: @@ -41,7 +41,7 @@ services: faas-swarm: volumes: - "/var/run/docker.sock:/var/run/docker.sock" - image: openfaas/faas-swarm:0.4.2 + image: openfaas/faas-swarm:0.4.3 networks: - functions environment: