1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 16:47:00 +00:00

config.yaml: replace docker with podman

This commit is contained in:
2026-02-13 01:29:24 +02:00
parent 23a207214d
commit 3e29146b01
7 changed files with 103 additions and 69 deletions

View File

@@ -0,0 +1,8 @@
{
"default": [{"type": "reject"}],
"transports": {
"docker": {
"docker.io/library/caddy": [{"type": "insecureAcceptAnything"}]
}
}
}

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go.
[Container]
Image=docker.io/library/caddy:latest
PublishPort=443:443
PublishPort=80:80
Volume=/opt/caddy/data:/data
Volume=/opt/caddy/etc/caddy:/etc/caddy
Volume=/opt/caddy/var/www/html:/var/www/html
[Install]
WantedBy=multi-user.target