feat(templates): add Microsoft OMS agent template

This commit is contained in:
Anthony Lapenna
2018-05-28 14:40:45 +02:00
parent 057ba83e5f
commit 577a7beba5
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: '3'
services:
oms:
image: microsoft/oms
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
WSID: ${AZURE_WORKSPACE_ID}
KEY: ${AZURE_PRIMARY_KEY}
deploy:
mode: global
restart_policy:
condition: on-failure
ports:
- "25225:25225"
- "25224:25224/udp"