uptime-kuma config
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /srv/uptime-kuma/data:/app/data
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
- VIRTUAL_HOST=uptime.kolpacksoftware.com
|
||||
- VIRTUAL_PORT=3001
|
||||
- LETSENCRYPT_HOST=uptime.kolpacksoftware.com
|
||||
networks:
|
||||
- npm-network
|
||||
|
||||
networks:
|
||||
npm-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user