mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 01:12:42 +02:00
6 lines
162 B
YAML
6 lines
162 B
YAML
services:
|
|
app:
|
|
image: mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm
|
|
volumes:
|
|
- ..:/fancy-gatus:cached
|
|
command: sleep infinity
|