a
Plain text
code posted
created at 14 Jun 22:03
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
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' |
662 Bytes in 2 ms with coderay