forked from ruangrupa/lumbung.space
disable social generation for now [ci skip]
This commit is contained in:
parent
96abd9d5dc
commit
5ad74ef1cc
36
compose.yml
36
compose.yml
@ -104,24 +104,24 @@ services:
|
|||||||
done
|
done
|
||||||
"
|
"
|
||||||
|
|
||||||
social:
|
# social:
|
||||||
image: decentral1se/beta.lumbung.space-scripts:latest
|
# image: decentral1se/beta.lumbung.space-scripts:latest
|
||||||
volumes:
|
# volumes:
|
||||||
- content:/src/content/
|
# - content:/src/content/
|
||||||
secrets:
|
# secrets:
|
||||||
- masto_key
|
# - masto_key
|
||||||
environment:
|
# environment:
|
||||||
OUTPUT_DIR: /src/content/social
|
# OUTPUT_DIR: /src/content/social
|
||||||
command: |
|
# command: |
|
||||||
bash -c "
|
# bash -c "
|
||||||
export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`;
|
# export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`;
|
||||||
while true
|
# while true
|
||||||
do
|
# do
|
||||||
echo 'generating social posts...'
|
# echo 'generating social posts...'
|
||||||
/usr/local/bin/lumbunglib-hash
|
# /usr/local/bin/lumbunglib-hash
|
||||||
sleep 700
|
# sleep 700
|
||||||
done
|
# done
|
||||||
"
|
# "
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
content:
|
content:
|
||||||
|
Loading…
Reference in New Issue
Block a user