revert back internal images, oops

remotes/origin/static-dockerhub
Andrew Dolgov 1 year ago
parent 4ecb8cd2ca
commit 9c0434762f
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

@ -12,7 +12,7 @@ services:
- db:/var/lib/postgresql/data
app:
image: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
env_file:
- .env
@ -23,7 +23,7 @@ services:
- db
backups:
image: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
env_file:
- .env
@ -35,7 +35,7 @@ services:
command: /opt/tt-rss/dcron.sh -f
updater:
image: registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
env_file:
- .env
@ -47,7 +47,7 @@ services:
command: /opt/tt-rss/updater.sh
web-nginx:
image: registry.fakecake.org/cthulhoo/ttrss-web-nginx
image: cthulhoo/ttrss-web-nginx
restart: unless-stopped
ports:
- ${HTTP_PORT}:80

Loading…
Cancel
Save