mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-14 21:39:53 +02:00
split build-related stuff into src/
This commit is contained in:
parent
15caf46b66
commit
98d65cd865
11 changed files with 120 additions and 14 deletions
8
src/web-ssl/Caddyfile
Normal file
8
src/web-ssl/Caddyfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
{%HTTP_HOST%}
|
||||
tls ttrss@{%HTTP_HOST%}
|
||||
|
||||
root /var/www/html
|
||||
log stdout
|
||||
errors stderr
|
||||
internal /tt-rss/cache
|
||||
fastcgi / app:9000 php
|
4
src/web-ssl/Dockerfile
Normal file
4
src/web-ssl/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM abiosoft/caddy:no-stats
|
||||
|
||||
COPY Caddyfile /etc/
|
||||
ENV ACME_AGREE=true
|
Loading…
Add table
Add a link
Reference in a new issue