23 lines
528 B
YAML
23 lines
528 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
container_name: uptime-kuma
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /srv/uptime-kuma/data:/app/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- TZ=America/New_York
|
|
- VIRTUAL_HOST=uptime.kolpacksoftware.com
|
|
- VIRTUAL_PORT=3001
|
|
- LETSENCRYPT_HOST=uptime.kolpacksoftware.com
|
|
networks:
|
|
- npm-network
|
|
- mqtt-network
|
|
|
|
networks:
|
|
npm-network:
|
|
external: true
|
|
mqtt-network:
|
|
external: true
|