1
0
Fork 0
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:
Andrew Dolgov 2020-01-23 15:20:12 +03:00
parent 15caf46b66
commit 98d65cd865
11 changed files with 120 additions and 14 deletions

8
src/web-ssl/Caddyfile Normal file
View 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
View file

@ -0,0 +1,4 @@
FROM abiosoft/caddy:no-stats
COPY Caddyfile /etc/
ENV ACME_AGREE=true