From a8071c8f0e00259ac462436f1cf3215e0cf0b91b Mon Sep 17 00:00:00 2001 From: knoflook Date: Fri, 28 Jan 2022 15:56:36 +0100 Subject: [PATCH] Revert "disable social generation for now [ci skip]" This reverts commit 5ad74ef1cc3b7a86900f6573baf2079a5c495359. --- compose.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/compose.yml b/compose.yml index f9afc37..6feb5f1 100644 --- a/compose.yml +++ b/compose.yml @@ -104,24 +104,24 @@ services: done " - # social: - # image: decentral1se/beta.lumbung.space-scripts:latest - # volumes: - # - content:/src/content/ - # secrets: - # - masto_key - # environment: - # OUTPUT_DIR: /src/content/social - # command: | - # bash -c " - # export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`; - # while true - # do - # echo 'generating social posts...' - # /usr/local/bin/lumbunglib-hash - # sleep 700 - # done - # " + social: + image: decentral1se/beta.lumbung.space-scripts:latest + volumes: + - content:/src/content/ + secrets: + - masto_key + environment: + OUTPUT_DIR: /src/content/social + command: | + bash -c " + export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`; + while true + do + echo 'generating social posts...' + /usr/local/bin/lumbunglib-hash + sleep 700 + done + " volumes: content: