mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Add container names
This commit is contained in:
parent
1bc0815dd4
commit
c8f5a9819c
@ -2,6 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
tt-rss-db:
|
tt-rss-db:
|
||||||
|
container_name: tt-rss-db
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@ -13,6 +14,7 @@ services:
|
|||||||
- tt-rss
|
- tt-rss
|
||||||
|
|
||||||
tt-rss-app:
|
tt-rss-app:
|
||||||
|
container_name: tt-rss-app
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -32,6 +34,7 @@ services:
|
|||||||
- tt-rss
|
- tt-rss
|
||||||
|
|
||||||
tt-rss-updater:
|
tt-rss-updater:
|
||||||
|
container_name: tt-rss-updater
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -52,6 +55,7 @@ services:
|
|||||||
- tt-rss
|
- tt-rss
|
||||||
|
|
||||||
tt-rss-web:
|
tt-rss-web:
|
||||||
|
container_name: tt-rss-web
|
||||||
image: cthulhoo/ttrss-web
|
image: cthulhoo/ttrss-web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user