mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
11 lines
180 B
YAML
11 lines
180 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
uptimekuma:
|
|
image: uptimekuma
|
|
build: .
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 50013:50013
|