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
|
Description=Mastodon Dragonfly DB
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=mastodon-dfdb
|
|
||||||
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
||||||
ContainerName=mastodon-dfdb
|
ContainerName=mastodon-dfdb
|
||||||
Environment=DFLY_snapshot_cron="* * * * *"
|
Environment=DFLY_snapshot_cron="* * * * *"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
||||||
After=postgresql.service mastodon-dfdb.service
|
After=postgresql.service mastodon-dfdb.service
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=mastodon-ingress
|
|
||||||
Image=ghcr.io/synth-download/mastodon-ingress:nightly
|
Image=ghcr.io/synth-download/mastodon-ingress:nightly
|
||||||
ContainerName=mastodon-ingress
|
ContainerName=mastodon-ingress
|
||||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
||||||
After=postgresql.service mastodon-dfdb.service
|
After=postgresql.service mastodon-dfdb.service
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=mastodon-sidekiq
|
|
||||||
Image=ghcr.io/synth-download/mastodon:nightly
|
Image=ghcr.io/synth-download/mastodon:nightly
|
||||||
ContainerName=mastodon-sidekiq
|
ContainerName=mastodon-sidekiq
|
||||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
||||||
After=postgresql.service mastodon-dfdb.service
|
After=postgresql.service mastodon-dfdb.service
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=mastodon-streaming
|
|
||||||
Image=ghcr.io/synth-download/mastodon-streaming:nightly
|
Image=ghcr.io/synth-download/mastodon-streaming:nightly
|
||||||
ContainerName=mastodon-streaming
|
ContainerName=mastodon-streaming
|
||||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ Requires=postgresql.service mastodon-dfdb.service
|
||||||
After=postgresql.service mastodon-dfdb.service
|
After=postgresql.service mastodon-dfdb.service
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=mastodon-web
|
|
||||||
Image=ghcr.io/synth-download/mastodon:nightly
|
Image=ghcr.io/synth-download/mastodon:nightly
|
||||||
ContainerName=mastodon-web
|
ContainerName=mastodon-web
|
||||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
Description=PostgreSQL Database
|
Description=PostgreSQL Database
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=postgresql
|
|
||||||
Image=registry.hub.docker.com/groonga/pgroonga:latest-alpine-18
|
Image=registry.hub.docker.com/groonga/pgroonga:latest-alpine-18
|
||||||
ContainerName=postgresql
|
ContainerName=postgresql
|
||||||
EnvironmentFile=/var/containers/postgresql/.env
|
EnvironmentFile=/var/containers/postgresql/.env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue