remove caddy containers
parent
ff79f79679
commit
547f3caa7a
@ -1,9 +0,0 @@
|
||||
{%HTTP_HOST%}
|
||||
tls ttrss@{%HTTP_HOST%}
|
||||
|
||||
root /var/www/html
|
||||
log stdout
|
||||
errors stderr
|
||||
internal /tt-rss/cache
|
||||
internal /tt-rss/backups
|
||||
fastcgi / app:9000 php
|
@ -1,4 +0,0 @@
|
||||
FROM abiosoft/caddy:no-stats
|
||||
|
||||
COPY Caddyfile /etc/
|
||||
ENV ACME_AGREE=true
|
@ -1,7 +0,0 @@
|
||||
0.0.0.0
|
||||
root /var/www/html
|
||||
log stdout
|
||||
errors stderr
|
||||
internal /tt-rss/cache
|
||||
internal /tt-rss/backups
|
||||
fastcgi / app:9000 php
|
@ -1,3 +0,0 @@
|
||||
FROM abiosoft/caddy:no-stats
|
||||
|
||||
COPY Caddyfile /etc/
|
Loading…
Reference in New Issue