Title / Description
Code version: '2' services: sensor1: image: 'localhost:5000/sensor' ports: - '3001:3001' extra_hosts: scaleit: 172.17.0.1 environment: app_id: sensor1 base_url: 'http://localhost:3001' PORT: 3001 proxy_url: 'http://scaleit' sensorhub1: image: 'localhost:5000/sensorhub' ports: - '3000:3000' extra_hosts: scaleit: 172.17.0.1 environment: app_id: sensorhub1 base_url: 'http://localhost:3000' PORT: 3000 proxy_url: 'http://scaleit'
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code