LiamBurke | a451619 | 2019-02-11 12:28:55 +0000 | [diff] [blame] | 1 | version: '2.1' |
| 2 | services: |
| 3 | datarouter-subscriber: |
| 4 | image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:2.0.0-SNAPSHOT |
| 5 | container_name: fileconsumer-node |
| 6 | hostname: subscriber.com |
| 7 | ports: |
| 8 | - "7070:7070" |
| 9 | volumes: |
| 10 | - ../subscriber_data/subscriber.properties:/opt/app/subscriber/etc/subscriber.properties |
| 11 | |
| 12 | sftp: |
| 13 | container_name: sftp |
| 14 | image: atmoz/sftp |
| 15 | ports: |
| 16 | - "2222:22" |
| 17 | volumes: |
| 18 | - /host/upload:/home/admin |
| 19 | command: admin:admin:1001 |