mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 09:22:41 +02:00
Add dev container configuration
This commit is contained in:
parent
8809daca7e
commit
be983a0b4e
2 changed files with 33 additions and 0 deletions
6
.devcontainer/docker-compose.yml
Normal file
6
.devcontainer/docker-compose.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm
|
||||
volumes:
|
||||
- ..:/fancy-gatus:cached
|
||||
command: sleep infinity
|
Loading…
Add table
Add a link
Reference in a new issue