-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.override.yml
44 lines (43 loc) · 1.2 KB
/
docker-compose.override.yml
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
37
38
39
40
41
42
43
44
services:
fr-meteofrance:
container_name: fr-meteofrance
image: wis2-relay:latest
restart: always
env_file:
- wis2-gb.env
environment:
- SUB_BROKER_URL=ws://everyone:[email protected]:443/mqtt
- SUB_TOPICS=origin/a/wis2/fr-meteofrance/#
- SUB_CENTRE_ID=fr-meteofrance
- WIS2_GB_BACKEND_URL=redis-node-2
depends_on:
global-broker:
condition: service_started
logging:
driver: loki
options:
loki-url: "http://127.0.0.1:3100/loki/api/v1/push"
mode: non-blocking
max-buffer-size: 4m
loki-retries: "3"
us-noaa-nws:
container_name: us-noaa-nws
image: wis2-relay:latest
restart: always
env_file:
- wis2-gb.env
environment:
- SUB_BROKER_URL=mqtts://everyone:[email protected]:8883
- SUB_TOPICS=origin/a/wis2/us-noaa-nws/#
- SUB_CENTRE_ID=us-noaa-nws
- WIS2_GB_BACKEND_URL=redis-node-4
depends_on:
global-broker:
condition: service_started
logging:
driver: loki
options:
loki-url: "http://127.0.0.1:3100/loki/api/v1/push"
mode: non-blocking
max-buffer-size: 4m
loki-retries: "3"