mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-18 16:56:57 +02:00
switch web container default to nginx
This commit is contained in:
parent
bcd363d5ce
commit
e9d94357ab
@ -69,15 +69,15 @@ services:
|
||||
- db
|
||||
command: /dcron.sh -f
|
||||
|
||||
web:
|
||||
image: cthulhoo/ttrss-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${HTTP_PORT}:2015
|
||||
volumes:
|
||||
- app:/var/www/html:ro
|
||||
depends_on:
|
||||
- app
|
||||
# web:
|
||||
# image: cthulhoo/ttrss-web
|
||||
# restart: unless-stopped
|
||||
# ports:
|
||||
# - ${HTTP_PORT}:2015
|
||||
# volumes:
|
||||
# - app:/var/www/html:ro
|
||||
# depends_on:
|
||||
# - app
|
||||
|
||||
# web-ssl:
|
||||
# image: cthulhoo/ttrss-web-ssl
|
||||
@ -94,15 +94,15 @@ services:
|
||||
# depends_on:
|
||||
# - app
|
||||
|
||||
# web-nginx:
|
||||
# image: cthulhoo/ttrss-web-nginx
|
||||
# restart: unless-stopped
|
||||
# ports:
|
||||
# - ${HTTP_PORT}:80
|
||||
# volumes:
|
||||
# - app:/var/www/html:ro
|
||||
# depends_on:
|
||||
# - app
|
||||
web-nginx:
|
||||
image: cthulhoo/ttrss-web-nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${HTTP_PORT}:80
|
||||
volumes:
|
||||
- app:/var/www/html:ro
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
volumes:
|
||||
db:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user