~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to trusty/pcrf/templates/docker-compose.yml

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pcrf:
 
2
  image: cloudguru/mwc:pcrf-adax-2.2
 
3
  cap_add:
 
4
  - ALL
 
5
  labels:
 
6
    io.expeto.project: mist
 
7
    io.expeto.product: vEPC
 
8
    io.expeto.component: pcrf
 
9
    io.expeto.version: latest
 
10
    io.rancher.container.requested_ip: 10.42.11.106
 
11
  privileged: true
 
12
  restart: 'no'