mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 23:29:53 +02:00
EXPERIMENTAL: use dockerhub app image instead of building locally
This commit is contained in:
parent
be1db6b361
commit
0439b0c2cb
1 changed files with 14 additions and 12 deletions
|
@ -14,12 +14,13 @@ services:
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build:
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
context:
|
# build:
|
||||||
./app
|
# context:
|
||||||
args:
|
# ./app
|
||||||
- OWNER_UID=${OWNER_UID}
|
# args:
|
||||||
- OWNER_GID=${OWNER_GID}
|
# - OWNER_UID=${OWNER_UID}
|
||||||
|
# - OWNER_GID=${OWNER_GID}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- DB_TYPE=pgsql
|
- DB_TYPE=pgsql
|
||||||
|
@ -36,12 +37,13 @@ services:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
updater:
|
updater:
|
||||||
build:
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
context:
|
# build:
|
||||||
./app
|
# context:
|
||||||
args:
|
# ./app
|
||||||
- OWNER_UID=${OWNER_UID}
|
# args:
|
||||||
- OWNER_GID=${OWNER_GID}
|
# - OWNER_UID=${OWNER_UID}
|
||||||
|
# - OWNER_GID=${OWNER_GID}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- DB_TYPE=pgsql
|
- DB_TYPE=pgsql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue