support image tags

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 5 years ago
parent 4bd33353f4
commit 3b2a5c8dcd

@ -1,6 +1,8 @@
# Copy this file to .env before building the container. # Copy this file to .env before building the container.
# Put any local modifications here. # Put any local modifications here.
BUILD_TAG=latest
POSTGRES_USER=postgres POSTGRES_USER=postgres
POSTGRES_PASSWORD=password POSTGRES_PASSWORD=password

@ -14,7 +14,7 @@ services:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
app: app:
image: cthulhoo/ttrss-fpm-pgsql-static image: cthulhoo/ttrss-fpm-pgsql-static:${BUILD_TAG}
build: build:
context: context:
./app ./app
@ -34,7 +34,7 @@ services:
- db - db
updater: updater:
image: cthulhoo/ttrss-fpm-pgsql-static image: cthulhoo/ttrss-fpm-pgsql-static:${BUILD_TAG}
build: build:
context: context:
./app ./app
@ -55,7 +55,7 @@ services:
command: /updater.sh command: /updater.sh
web: web:
image: cthulhoo/ttrss-web image: cthulhoo/ttrss-web:latest
build: ./web build: ./web
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -66,7 +66,7 @@ services:
- app - app
web-ssl: web-ssl:
image: cthulhoo/ttrss-web-ssl image: cthulhoo/ttrss-web-ssl:latest
build: ./web-ssl build: ./web-ssl
restart: unless-stopped restart: unless-stopped
environment: environment:

Loading…
Cancel
Save