compose: set image suffix

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

@ -12,7 +12,7 @@ services:
- db:/var/lib/postgresql/data - db:/var/lib/postgresql/data
app: app:
image: cthulhoo/ttrss-fpm-pgsql-static image: cthulhoo/ttrss-fpm-pgsql-static:latest
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@ -23,7 +23,7 @@ services:
- db - db
backups: backups:
image: cthulhoo/ttrss-fpm-pgsql-static image: cthulhoo/ttrss-fpm-pgsql-static:latest
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: cthulhoo/ttrss-fpm-pgsql-static image: cthulhoo/ttrss-fpm-pgsql-static:latest
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: cthulhoo/ttrss-web-nginx image: cthulhoo/ttrss-web-nginx:latest
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${HTTP_PORT}:80 - ${HTTP_PORT}:80

Loading…
Cancel
Save