remove caddy containers
This commit is contained in:
parent
ac9d233688
commit
9b94702a4d
|
@ -52,31 +52,6 @@ services:
|
||||||
- app
|
- app
|
||||||
command: /opt/tt-rss/updater.sh
|
command: /opt/tt-rss/updater.sh
|
||||||
|
|
||||||
# web:
|
|
||||||
# build: ./web
|
|
||||||
# restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - ${HTTP_PORT}:2015
|
|
||||||
# volumes:
|
|
||||||
# - app:/var/www/html:ro
|
|
||||||
# depends_on:
|
|
||||||
# - app
|
|
||||||
|
|
||||||
# web-ssl:
|
|
||||||
# build: ./web-ssl
|
|
||||||
# restart: unless-stopped
|
|
||||||
# environment:
|
|
||||||
# - CADDYPATH=/certs
|
|
||||||
# - HTTP_HOST=${HTTP_HOST}
|
|
||||||
# ports:
|
|
||||||
# - 80:80
|
|
||||||
# - 443:443
|
|
||||||
# volumes:
|
|
||||||
# - app:/var/www/html:ro
|
|
||||||
# - certs:/certs
|
|
||||||
# depends_on:
|
|
||||||
# - app
|
|
||||||
|
|
||||||
web-nginx:
|
web-nginx:
|
||||||
build: ./web-nginx
|
build: ./web-nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -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,8 +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