vps/vps1/docker-compose.yml
2024-02-03 17:24:06 +01:00

12 lines
278 B
YAML

version: "3.8"
services:
uptime:
container_name: uptime
image: "docker.nilstrieb.dev/uptime:1f89aae3"
restart: always
volumes:
- "/apps/uptime:/app/config"
environment:
UPTIME_CONFIG_PATH: /app/config/uptime.json
ports:
- "5010:3000"