blob: 495526a09bc689ca756810f5cbf75fa0a7dfc718 [file] [log] [blame]
Filip Pytloun7d6144a2017-04-13 13:36:45 +02001parameters:
2 _param:
3 docker_devops_portal_replicas: 1
azvyagintsev16ca7ce2018-08-21 17:20:33 +03004 docker_image_devops_portal: ${_param:mcp_docker_registry}/mirantis/oss/devops-portal:latest
Filip Pytloun7d6144a2017-04-13 13:36:45 +02005 docker:
6 client:
7 stack:
8 devops-portal:
9 service:
10 frontend:
11 image: ${_param:docker_image_devops_portal}
12 deploy:
13 replicas: ${_param:docker_devops_portal_replicas}
14 restart_policy:
15 condition: any
16 ports:
17 - 18800:8000
18 volumes:
19 - /srv/volumes/devops_portal/nginx:/etc/nginx/config
20 - /srv/volumes/devops_portal/config:/opt/devops-portal/config
Volodymyr Stoiko1ae92ce2017-08-11 11:45:12 +030021 network:
22 default:
23 external:
24 name: oss_backend
25 frontend:
azvyagintsev16ca7ce2018-08-21 17:20:33 +030026 driver: overlay