mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 17:59:52 +02:00
revert back internal images, oops
This commit is contained in:
parent
4ecb8cd2ca
commit
9c0434762f
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
- db:/var/lib/postgresql/data
|
- db:/var/lib/postgresql/data
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -23,7 +23,7 @@ services:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
backups:
|
backups:
|
||||||
image: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
command: /opt/tt-rss/dcron.sh -f
|
command: /opt/tt-rss/dcron.sh -f
|
||||||
|
|
||||||
updater:
|
updater:
|
||||||
image: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -47,7 +47,7 @@ services:
|
||||||
command: /opt/tt-rss/updater.sh
|
command: /opt/tt-rss/updater.sh
|
||||||
|
|
||||||
web-nginx:
|
web-nginx:
|
||||||
image: registry.fakecake.org/cthulhoo/ttrss-web-nginx
|
image: cthulhoo/ttrss-web-nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${HTTP_PORT}:80
|
- ${HTTP_PORT}:80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue