update ips for masto and add container names
This commit is contained in:
parent
93dc4e0854
commit
9d71a7c7fa
7 changed files with 10 additions and 3 deletions
|
|
@ -5,13 +5,14 @@ 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
|
||||
Exec=node ./streaming/index.js
|
||||
HealthCmd=curl -s --noproxy localhost localhost:4000/api/v1/streaming/health | grep -q 'OK' || exit 1
|
||||
Network=mastodon.network
|
||||
Network=postgresql.network
|
||||
PublishPort=192.168.1.73:58834:4000
|
||||
PublishPort=127.0.0.1:58834:4000
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue