synth.download/beeper/etc/containers/systemd/searxng/searxng.container

25 lines
539 B
Text

[Unit]
Description=SearXNG
After=searxng-dfdb.service
BindsTo=searxng-dfdb.service
[Container]
Image=docker.io/searxng/searxng:latest
ContainerName=searxng
AutoUpdate=registry
PublishPort=127.0.0.1:48898:8080
Network=searxng.network
Volume=/var/containers/searxng/config:/etc/searxng:ro,Z
Volume=/var/containers/searxng/cache:/var/cache/searxng
# Security
NoNewPrivileges=true
# Resources
Memory=1g
PodmanArgs=--memory-reservation=512m --cpus=1 --cpu-shares=512
[Service]
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target