1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 23:09:52 +02:00

EXPERIMENTAL: use dockerhub app image instead of building locally

This commit is contained in:
Andrew Dolgov 2020-01-23 14:38:44 +03:00
parent be1db6b361
commit 0439b0c2cb

View file

@ -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