mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 13:50:07 +02:00
switch default web container to nginx instead of (unmaintained) caddy v1
This commit is contained in:
parent
3ebfd86806
commit
105edb3149
1 changed files with 18 additions and 18 deletions
|
@ -66,15 +66,15 @@ services:
|
||||||
- db
|
- db
|
||||||
command: /dcron.sh -f
|
command: /dcron.sh -f
|
||||||
|
|
||||||
web:
|
# web:
|
||||||
image: cthulhoo/ttrss-web
|
# image: cthulhoo/ttrss-web
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- ${HTTP_PORT}:2015
|
# - ${HTTP_PORT}:2015
|
||||||
volumes:
|
# volumes:
|
||||||
- app:/var/www/html:ro
|
# - app:/var/www/html:ro
|
||||||
depends_on:
|
# depends_on:
|
||||||
- app
|
# - app
|
||||||
|
|
||||||
# web-ssl:
|
# web-ssl:
|
||||||
# image: cthulhoo/ttrss-web-ssl
|
# image: cthulhoo/ttrss-web-ssl
|
||||||
|
@ -91,15 +91,15 @@ services:
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - app
|
# - app
|
||||||
|
|
||||||
# web-nginx:
|
web-nginx:
|
||||||
# image: cthulhoo/ttrss-web-nginx
|
image: cthulhoo/ttrss-web-nginx
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports:
|
ports:
|
||||||
# - ${HTTP_PORT}:80
|
- ${HTTP_PORT}:80
|
||||||
# volumes:
|
volumes:
|
||||||
# - app:/var/www/html:ro
|
- app:/var/www/html:ro
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - app
|
- app
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue