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:nightly
|
||||
ContainerName=mastodon-web
|
||||
EnvironmentFile=/var/containers/mastodon/.env.secrets
|
||||
EnvironmentFile=/var/containers/mastodon/.env
|
||||
Exec=bundle exec puma -C config/puma.rb
|
||||
HealthCmd=curl -s --noproxy localhost localhost:3000/health | grep -q 'OK' || exit 1
|
||||
Network=mastodon.network
|
||||
Network=postgresql.network
|
||||
PublishPort=192.168.1.73:46098:3000
|
||||
PublishPort=127.0.0.1:46098:3000
|
||||
Volume=/var/containers/mastodon/public/system:/mastodon/public/system:z
|
||||
Volume=/var/containers/mastodon/init/disable_ssl.rb:/mastodon/config/initializers/disable_ssl.rb:ro,z
|
||||
Volume=/var/containers/mastodon/shared:/shared:z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue