-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
36 lines (33 loc) · 857 Bytes
/
docker-compose.yml
File metadata and controls
36 lines (33 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version: "2.4"
services:
bathurst-packaging-line1:
image: ghcr.io/libremfg/packml-simulator
environment:
SITE: Bathurst
AREA: Packaging
LINE: 'Line 1'
MQTT_URL: 'mqtt://localhost'
MQTT_USERNAME: 'system'
MQTT_PASSWORD: 'public'
mem_limit: 30MB
bathurst-packaging-line2:
image: ghcr.io/libremfg/packml-simulator
environment:
SITE: Bathurst
AREA: Packaging
LINE: 'Line 2'
MQTT_URL: 'mqtt://localhost'
MQTT_USERNAME: 'system'
MQTT_PASSWORD: 'public'
mem_limit: 30MB
greenville-cnc-line1:
image: ghcr.io/libremfg/packml-simulator
environment:
SITE: Greenville
AREA: CNC
LINE: 'Line 1'
MQTT_URL: 'mqtt://localhost'
MQTT_USERNAME: 'system'
MQTT_PASSWORD: 'public'
CLIENT_TYPE: sparkplugb
mem_limit: 30MB