mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-09 00:30:28 +03:00
add docs for Sygnal set-up
This commit is contained in:
parent
f24c6cce76
commit
488bb724c5
5 changed files with 337 additions and 0 deletions
9
docs/Dockerfile
Normal file
9
docs/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM caddy:builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare
|
||||
FROM caddy:latest
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
COPY Caddyfile /etc/caddy/Caddyfile
|
||||
COPY .env /etc/caddy/.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue