mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-25 07:49:21 +01: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
|