use dockerhub for web container

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 5 years ago
parent 0439b0c2cb
commit 15caf46b66

@ -62,7 +62,8 @@ services:
command: /updater.sh command: /updater.sh
web: web:
build: ./web image: cthulhoo/ttrss-web
#build: ./web
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${HTTP_PORT}:2015 - ${HTTP_PORT}:2015
@ -72,6 +73,7 @@ services:
- app - app
# web-ssl: # web-ssl:
# image: cthulhoo/ttrss-web-ssl
# build: ./web-ssl # build: ./web-ssl
# restart: unless-stopped # restart: unless-stopped
# environment: # environment:

Loading…
Cancel
Save