mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
10 lines
187 B
YAML
10 lines
187 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
uptime:
|
|
image: philippdormann/uptime
|
|
build: .
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 50013:50013
|