move .env to /etc/containers/systemd
This commit is contained in:
parent
3d243ec791
commit
6cf7e7f1d7
23 changed files with 30 additions and 30 deletions
|
|
@ -6,8 +6,8 @@ After=postgresql.service mastodon-dfdb.service
|
|||
[Container]
|
||||
Image=ghcr.io/synth-download/mastodon-streaming:nightly
|
||||
ContainerName=mastodon-streaming
|
||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||
EnvironmentFile=/var/containers/mastodon/.env
|
||||
EnvironmentFile=/etc/containers/systemd/mastodon/.env.secrets
|
||||
EnvironmentFile=/etc/containers/systemd/mastodon/.env
|
||||
Exec=node ./streaming/index.js
|
||||
HealthCmd=curl -s --noproxy localhost localhost:4000/api/v1/streaming/health | grep -q 'OK' || exit 1
|
||||
Network=mastodon.network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue