diff --git a/docker-compose.yml b/docker-compose.yml index f46f678..c447b0a 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,8 @@ version: '3' services: nginx: container_name: nginx - replicas: 3 + deploy: + replicas: 3 restart: always build: ./nginx image: custom/nginx @@ -16,7 +17,8 @@ services: - network_1 app: container_name: app - replicas: 5 + deploy: + replicas: 6 build: ./node image: custom/node volumes: diff --git a/nginx/html/index.html b/nginx/html/index.html index 6733613..357ef2f 100644 --- a/nginx/html/index.html +++ b/nginx/html/index.html @@ -1,3 +1,4 @@ +