aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-12 10:58:43 -0800
committerclarkzjw <[email protected]>2022-12-12 10:58:43 -0800
commit16145f12002624f098be35b4108d38d9d23146df (patch)
tree96e15ffd3d4bbd2eb36fae0720d47487c8291c2d /rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
parentfe8cd972b5b72b8983c3f7fd6e7153c78ed278ea (diff)
downloadjinwei.me-16145f12002624f098be35b4108d38d9d23146df.tar.gz
config: start rss stack using docker-compose
Diffstat (limited to 'rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2')
-rw-r--r--rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2 b/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
index fd556dc..99da1a9 100644
--- a/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
+++ b/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
@@ -25,6 +25,7 @@ services:
25 25
26 rssbot: 26 rssbot:
27 build: 27 build:
28 context: .
28 dockerfile: ./Dockerfile.rssbot 29 dockerfile: ./Dockerfile.rssbot
29 container_name: ttrss_rssbot 30 container_name: ttrss_rssbot
30 restart: always 31 restart: always
Powered by cgit v1.2.3 (git 2.41.0)