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