forked from optoisolated/MXWeather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
21 lines (21 loc) · 913 Bytes
/
docker-compose.yml
File metadata and controls
21 lines (21 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MXWeather:
container_image: MXWeather
image: ubuntu:MXWeather
restart: ${RESTARTMODE}
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${ROOT}/MXWeather/data:/opt/CumulusMX/data
- ${ROOT}/MXWeather/backup:/opt/CumulusMX/backup
- ${ROOT}/MXWeather/log:/var/log/nginx
- ${ROOT}/MXWeather/MXdiags:/opt/CumulusMX/MXdiags
- ${ROOT}/MXWeather/config:/opt/CumulusMX/config
- ${ROOT}/MXWeather/publicweb:/opt/CumulusMX/publicweb
# - /tmp/Easyweather.dat:/opt/CumulusMX/Easyweather.dat # Required to allow for no USB device, and allows for injecting custom EasyWeather data
# - /tmp/Easyweatherplus.dat:/opt/CumulusMX/Easyweatherplus.dat # Required to allow for no USB device, and allows for injecting custom EasyWeather data
ports:
- 8998:8998
- 80:80