Fix docker-compose
Some checks failed
CI / Build docker image (push) Has been cancelled
CI / Release (push) Has been cancelled

This commit is contained in:
Alex Hyett 2024-11-03 13:29:30 +00:00
parent 598b60d98a
commit 94f3caf2fc
2 changed files with 2 additions and 10 deletions

View file

@ -3,4 +3,4 @@ MASTODON_USER="username"
BLUESKY_ENDPOINT="https://bsky.social"
BLUESKY_HANDLE="USERNAME.bsky.social"
BLUESKY_PASSWORD="PASSWORD"
INTERVAL_MINUTES: 5
INTERVAL_MINUTES=5

View file

@ -1,20 +1,12 @@
version: '3'
services:
app:
image: host/mastodon-to-bluesky:latest
build: .
container_name: mastodon-to-bluesky
env_file: '.env'
# environment:
# MASTODON_INSTANCE: 'https://mastodon.instance'
# MASTODON_USER: 'username'
# BLUESKY_ENDPOINT: 'https://bsky.social'
# BLUESKY_HANDLE: 'USERNAME.bsky.social'
# BLUESKY_PASSWORD: 'PASSWORD'
# INTERVAL_MINUTES: 5
volumes:
- mastodon-to-bluesky:/usr/src/app/data
restart: unless-stopped
volumes:
mastodon-to-bluesky:
external: true