Hochfahren, damit Clients online bleiben
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
|||||||
|
services:
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma
|
||||||
|
container_name: uptime-kuma
|
||||||
|
labels:
|
||||||
|
- wud.watch=true
|
||||||
|
- com.hanold.environment=production
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 256M
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
ports:
|
||||||
|
- 9011:3001
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
UPTIME_KUMA_DB_TYPE: mariadb
|
||||||
|
UPTIME_KUMA_DB_HOSTNAME: 192.168.178.170
|
||||||
|
UPTIME_KUMA_DB_PORT: 3306
|
||||||
|
UPTIME_KUMA_DB_USERNAME: uptimekuma
|
||||||
|
UPTIME_KUMA_DB_PASSWORD: dbpass
|
||||||
|
UPTIME_KUMA_DB_NAME: uptimekuma
|
||||||
|
networks: {}
|
||||||
Reference in New Issue
Block a user