remove dupes from merge
This commit is contained in:
parent
618e9c1d50
commit
94fc195557
6 changed files with 0 additions and 6 deletions
|
|
@ -2,7 +2,6 @@
|
|||
Description=Mastodon Dragonfly DB
|
||||
|
||||
[Container]
|
||||
ContainerName=mastodon-dfdb
|
||||
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
||||
ContainerName=mastodon-dfdb
|
||||
Environment=DFLY_snapshot_cron="* * * * *"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
|||
After=postgresql.service mastodon-dfdb.service
|
||||
|
||||
[Container]
|
||||
ContainerName=mastodon-ingress
|
||||
Image=ghcr.io/synth-download/mastodon-ingress:nightly
|
||||
ContainerName=mastodon-ingress
|
||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
|||
After=postgresql.service mastodon-dfdb.service
|
||||
|
||||
[Container]
|
||||
ContainerName=mastodon-sidekiq
|
||||
Image=ghcr.io/synth-download/mastodon:nightly
|
||||
ContainerName=mastodon-sidekiq
|
||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
|||
After=postgresql.service mastodon-dfdb.service
|
||||
|
||||
[Container]
|
||||
ContainerName=mastodon-streaming
|
||||
Image=ghcr.io/synth-download/mastodon-streaming:nightly
|
||||
ContainerName=mastodon-streaming
|
||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
|||
After=postgresql.service mastodon-dfdb.service
|
||||
|
||||
[Container]
|
||||
ContainerName=mastodon-web
|
||||
Image=ghcr.io/synth-download/mastodon:nightly
|
||||
ContainerName=mastodon-web
|
||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
Description=PostgreSQL Database
|
||||
|
||||
[Container]
|
||||
ContainerName=postgresql
|
||||
Image=registry.hub.docker.com/groonga/pgroonga:latest-alpine-18
|
||||
ContainerName=postgresql
|
||||
EnvironmentFile=/var/containers/postgresql/.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue