Use default podman network for external purposes

This commit is contained in:
2026-07-30 20:41:24 +03:00
parent 14a1730fb3
commit 10cb11c965
4 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ Description=Mastodon Elasticsearch
ContainerName=elasticsearch
Image=docker.elastic.co/elasticsearch/elasticsearch:7.17.29
Network=mastodon_internal.network
Network=mastodon_external.network
Environment=ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true
Environment=xpack.license.self_generated.type=basic
Environment=xpack.security.enabled=false

View File

@@ -8,7 +8,6 @@ ContainerName=mastodon
Image=ghcr.io/mastodon/mastodon:v4.5.5
Exec=bundle exec puma -C config/puma.rb
Network=mastodon_internal.network
Network=mastodon_external.network
Network=podman
Environment=LOCAL_DOMAIN=wtf.lt
Environment=REDIS_HOST=redis

View File

@@ -8,7 +8,6 @@ ContainerName=sidekiq
Image=ghcr.io/mastodon/mastodon:v4.5.5
Exec=bundle exec sidekiq
Network=mastodon_internal.network
Network=mastodon_external.network
Environment=LOCAL_DOMAIN=wtf.lt
Environment=REDIS_HOST=redis
Environment=REDIS_PORT=6379