feat: add devcontainer
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m24s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m24s
This commit is contained in:
12
compose.yaml
12
compose.yaml
@@ -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
|
||||
Reference in New Issue
Block a user