-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
30 lines (28 loc) · 854 Bytes
/
docker-compose.yml
File metadata and controls
30 lines (28 loc) · 854 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
version: '2.4'
services:
mlat-client:
image: docker.io/blackoutsecure/mlat-client:latest
container_name: mlat-adsbx
environment:
TZ: Etc/UTC
MLAT_CLIENT_INPUT_CONNECT: 'readsb:30005'
MLAT_CLIENT_SERVER: 'feed.adsbexchange.com:31090'
MLAT_CLIENT_AUTO_LOCATION: 'true'
MLAT_CLIENT_USER_ID: 'changeme'
MLAT_CLIENT_RESULTS: 'beast,connect,readsb:30104'
MLAT_CLIENT_UUID_FILE: '/readsb-config/feed-uuid-adsbexchange'
LOG_LEVEL: 'info' # debug | info | warn | error | fatal
volumes:
- mlat-config:/config
- readsb-config:/readsb-config:ro
labels:
io.balena.features.supervisor-api: '1'
io.balena.features.balena-api: '1'
tmpfs:
- /tmp
- /run:exec
restart: unless-stopped
volumes:
mlat-config:
readsb-config:
external: true