Browse Source

Phase III Task 6

master
Yutsuo 7 years ago
parent
commit
d29b9c3188
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -3,6 +3,7 @@ version: '3'
services: services:
nginx: nginx:
container_name: nginx container_name: nginx
replicas: 3
restart: always restart: always
build: ./nginx build: ./nginx
image: custom/nginx image: custom/nginx
@ -15,6 +16,7 @@ services:
- network_1 - network_1
app: app:
container_name: app container_name: app
replicas: 5
build: ./node build: ./node
image: custom/node image: custom/node
volumes: volumes:

Loading…
Cancel
Save