remove dupes from merge

This commit is contained in:
zenfyr 2025-12-31 05:10:31 +07:00
commit 94fc195557
Signed by: melontini
SSH key fingerprint: SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE
6 changed files with 0 additions and 6 deletions

View file

@ -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="* * * * *"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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