feat: add devcontainer
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m24s

This commit is contained in:
2025-04-29 01:12:13 +00:00
parent 7cb1e62326
commit 74dac65817
3 changed files with 56 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
services:
caddymanager:
image: caddymanager
build:
context: .
dockerfile: CaddyManager/Dockerfile
caddy:
image: caddy:latest
container_name: caddy
restart: always
network_mode: "host"
security_opt:
- label:disable