Add container names

This commit is contained in:
Marko Korhonen 2020-06-27 11:12:45 +03:00
parent 4040a756e7
commit 426717c255
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -2,6 +2,7 @@ version: "3"
services:
tt-rss-db:
container_name: tt-rss-db
image: postgres:12-alpine
restart: unless-stopped
volumes:
@ -13,6 +14,7 @@ services:
- tt-rss
tt-rss-app:
container_name: tt-rss-app
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
environment:
@ -32,6 +34,7 @@ services:
- tt-rss
tt-rss-updater:
container_name: tt-rss-updater
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
environment:
@ -52,6 +55,7 @@ services:
- tt-rss
tt-rss-web:
container_name: tt-rss-web
image: cthulhoo/ttrss-web
restart: unless-stopped
ports: