diff --git a/compose.yml b/compose.yml index 6feb5f1..f9afc37 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: