add mastodon cron
This commit is contained in:
parent
6249124c17
commit
ded5314125
2 changed files with 13 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ instance.
|
|||
|
||||
- [x] BlueSky
|
||||
- [ ] Pixelfed
|
||||
- [ ] Mastodon
|
||||
- [x] Mastodon
|
||||
- [ ] Nostr
|
||||
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ $ java -jar ./target/micro-blog-standalone.jar
|
|||
Build new docker image and push it to ECR
|
||||
|
||||
```shell
|
||||
$ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/micro-blog-fetchers:2.0.1 --push .
|
||||
$ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/micro-blog-fetchers-homelabstack:latest --push .
|
||||
```
|
||||
|
||||
## Project history
|
||||
|
|
@ -44,3 +44,4 @@ $ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ec
|
|||
cluster running I'm switching most of my personal apps to on-prem. Pocketbase instance is already running on-prem.
|
||||
For this app I swap Serverless for docker container. App now deployed on-prem and the docker containers run once per hour
|
||||
thanks to Nomad's job scheduling.
|
||||
- July 2025: Start rewrite in Clojure with a long running docker container deployment instead of scheduled runs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue