mastodon container names

This commit is contained in:
Ruben 2025-12-30 15:11:40 -06:00
commit 9534b95b67
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
5 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
Description=Mastodon Dragonfly DB
[Container]
ContainerName=mastodon-dfdb
Image=docker.dragonflydb.io/dragonflydb/dragonfly
Environment=DFLY_snapshot_cron=* * * * *
Environment=DFLY_version_check=false

View file

@ -4,6 +4,7 @@ Requires=postgresql.service mastodon-dfdb.service
After=postgresql.service mastodon-dfdb.service
[Container]
ContainerName=mastodon-ingress
Image=ghcr.io/synth-download/mastodon-ingress:nightly
EnvironmentFile=/var/containers/mastodon/.env.secrets
EnvironmentFile=/var/containers/mastodon/.env

View file

@ -4,6 +4,7 @@ Requires=postgresql.service mastodon-dfdb.service
After=postgresql.service mastodon-dfdb.service
[Container]
ContainerName=mastodon-sidekiq
Image=ghcr.io/synth-download/mastodon:nightly
EnvironmentFile=/var/containers/mastodon/.env.secrets
EnvironmentFile=/var/containers/mastodon/.env

View file

@ -4,6 +4,7 @@ Requires=postgresql.service mastodon-dfdb.service
After=postgresql.service mastodon-dfdb.service
[Container]
ContainerName=mastodon-streaming
Image=ghcr.io/synth-download/mastodon-streaming:nightly
EnvironmentFile=/var/containers/mastodon/.env.secrets
EnvironmentFile=/var/containers/mastodon/.env

View file

@ -4,6 +4,7 @@ Requires=postgresql.service mastodon-dfdb.service
After=postgresql.service mastodon-dfdb.service
[Container]
ContainerName=mastodon-web
Image=ghcr.io/synth-download/mastodon:nightly
EnvironmentFile=/var/containers/mastodon/.env.secrets
EnvironmentFile=/var/containers/mastodon/.env