mastodon container names
This commit is contained in:
parent
6261b6d778
commit
9534b95b67
5 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue