synth.download/beeper/etc/containers/systemd/sharkey/sharkey-media.container

27 lines
822 B
Text
Raw Normal View History

2025-12-29 02:47:23 -06:00
[Unit]
Description=Sharkey's Media service
2026-01-01 23:04:20 +07:00
After=postgresql.service sharkey-dfdb.service
2025-12-30 00:54:29 +07:00
Requires=postgresql.service sharkey-dfdb.service
2025-12-29 02:47:23 -06:00
[Container]
ContainerName=sharkey-media
2025-12-29 02:47:23 -06:00
Image=registry.activitypub.software/transfem-org/sharkey:develop
2025-12-29 18:41:05 +07:00
Environment=MISSKEY_CONFIG_YML=*.yml
Environment=MISSKEY_CONFIG_DIR=/sharkey/.config
Environment=MK_ONLY_SERVER=1
Environment=MK_DISABLE_CLUSTERING=1
Environment=MK_NO_DAEMONS=1
EnvironmentFile=/var/containers/sharkey/.env.secrets
2025-12-29 18:41:41 +07:00
Network=postgresql.network
Network=sharkey.network
PublishPort=127.0.0.1:57378:3003
Volume=/var/containers/sharkey/files:/sharkey/files:z
Volume=/var/containers/sharkey/media:/sharkey/.config:z
2025-12-30 00:44:37 -06:00
Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro,z
2025-12-29 02:47:23 -06:00
[Service]
Restart=always
RestartSec=10s
[Install]
2026-01-01 23:04:20 +07:00
WantedBy=default.target