From 0439b0c2cb67139c34a9ddb1041461f3b43aa479 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Jan 2020 14:38:44 +0300 Subject: [PATCH] EXPERIMENTAL: use dockerhub app image instead of building locally --- docker-compose.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 380a5e4..4dd795e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,12 +14,13 @@ services: - POSTGRES_USER=${POSTGRES_USER} app: - build: - context: - ./app - args: - - OWNER_UID=${OWNER_UID} - - OWNER_GID=${OWNER_GID} + image: cthulhoo/ttrss-fpm-pgsql-static +# build: +# context: +# ./app +# args: +# - OWNER_UID=${OWNER_UID} +# - OWNER_GID=${OWNER_GID} restart: unless-stopped environment: - DB_TYPE=pgsql @@ -36,12 +37,13 @@ services: - db updater: - build: - context: - ./app - args: - - OWNER_UID=${OWNER_UID} - - OWNER_GID=${OWNER_GID} + image: cthulhoo/ttrss-fpm-pgsql-static +# build: +# context: +# ./app +# args: +# - OWNER_UID=${OWNER_UID} +# - OWNER_GID=${OWNER_GID} restart: unless-stopped environment: - DB_TYPE=pgsql