mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 20:29:16 +02:00
add docker files
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# documentation: https://github.com/airlabspl/uptimemonitor/blob/master/README.md
|
||||
# slogan: A self-hosted, simple web uptime monitor
|
||||
# tags: uptime,downtime,monitor,self-hosted
|
||||
# logo: svgs/uptime-monitor-dev.svg
|
||||
# port: 3000
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- SECURE=false
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: always
|
||||
volumes:
|
||||
- ${COOLIFY_VOLUME_APP}:/app/data
|
Reference in New Issue
Block a user