From 1b758b5398e74a0e9b3219579488278825c46781 Mon Sep 17 00:00:00 2001 From: desktop Date: Mon, 29 Dec 2025 18:41:05 +0700 Subject: [PATCH] split Environment --- beeper/etc/containers/systemd/sharkey-activity.container | 8 ++++++-- beeper/etc/containers/systemd/sharkey-api.container | 7 +++++-- beeper/etc/containers/systemd/sharkey-media.container | 8 ++++++-- beeper/etc/containers/systemd/sharkey-worker.container | 6 ++++-- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/beeper/etc/containers/systemd/sharkey-activity.container b/beeper/etc/containers/systemd/sharkey-activity.container index d9676d4..a63b605 100644 --- a/beeper/etc/containers/systemd/sharkey-activity.container +++ b/beeper/etc/containers/systemd/sharkey-activity.container @@ -2,9 +2,13 @@ Description=Sharkey's ActivityPub Federation service [Container] -Environment=MISSKEY_CONFIG_YML=*.yml MISSKEY_CONFIG_DIR=/sharkey/.config MK_ONLY_SERVER=1 MK_DISABLE_CLUSTERING=1 MK_NO_DAEMONS=1 -EnvironmentFile=/var/containers/sharkey/.env.secrets Image=registry.activitypub.software/transfem-org/sharkey:develop +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 Network=postgresql Network=sharkey PublishPort=192.168.1.73:47815:3002 diff --git a/beeper/etc/containers/systemd/sharkey-api.container b/beeper/etc/containers/systemd/sharkey-api.container index ad83d51..5c09134 100644 --- a/beeper/etc/containers/systemd/sharkey-api.container +++ b/beeper/etc/containers/systemd/sharkey-api.container @@ -2,9 +2,12 @@ Description=Sharkey's API and Web service [Container] -Environment=MISSKEY_CONFIG_YML=*.yml MISSKEY_CONFIG_DIR=/sharkey/.config MK_ONLY_SERVER=1 MK_DISABLE_CLUSTERING=1 -EnvironmentFile=/var/containers/sharkey/.env.secrets Image=registry.activitypub.software/transfem-org/sharkey:develop +Environment=MISSKEY_CONFIG_YML=*.yml +Environment=MISSKEY_CONFIG_DIR=/sharkey/.config +Environment=MK_ONLY_SERVER=1 +Environment=MK_DISABLE_CLUSTERING=1 +EnvironmentFile=/var/containers/sharkey/.env.secrets Network=postgresql Network=sharkey PublishPort=192.168.1.73:60628:3001 diff --git a/beeper/etc/containers/systemd/sharkey-media.container b/beeper/etc/containers/systemd/sharkey-media.container index 880b12e..fff3480 100644 --- a/beeper/etc/containers/systemd/sharkey-media.container +++ b/beeper/etc/containers/systemd/sharkey-media.container @@ -2,9 +2,13 @@ Description=Sharkey's Media service [Container] -Environment=MISSKEY_CONFIG_YML=*.yml MISSKEY_CONFIG_DIR=/sharkey/.config MK_ONLY_SERVER=1 MK_DISABLE_CLUSTERING=1 MK_NO_DAEMONS=1 -EnvironmentFile=/var/containers/sharkey/.env.secrets Image=registry.activitypub.software/transfem-org/sharkey:develop +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 Network=postgresql Network=sharkey PublishPort=192.168.1.73:57378:3003 diff --git a/beeper/etc/containers/systemd/sharkey-worker.container b/beeper/etc/containers/systemd/sharkey-worker.container index 08442ab..3226ac9 100644 --- a/beeper/etc/containers/systemd/sharkey-worker.container +++ b/beeper/etc/containers/systemd/sharkey-worker.container @@ -2,9 +2,11 @@ Description=Sharkey's Worker service [Container] -Environment=MISSKEY_CONFIG_YML=*.yml MISSKEY_CONFIG_DIR=/sharkey/.config MK_ONLY_QUEUE=1 -EnvironmentFile=/var/containers/sharkey/.env.secrets Image=registry.activitypub.software/transfem-org/sharkey:develop +Environment=MISSKEY_CONFIG_YML=*.yml +Environment=MISSKEY_CONFIG_DIR=/sharkey/.config +Environment=MK_ONLY_QUEUE=1 +EnvironmentFile=/var/containers/sharkey/.env.secrets Network=postgresql Network=sharkey Volume=/var/containers/sharkey/files:/sharkey/files:z