switch web container default to nginx

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 4 years ago
parent bcd363d5ce
commit e9d94357ab

@ -69,15 +69,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
@ -94,15 +94,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…
Cancel
Save