Skip to content

Instantly share code, notes, and snippets.

@kleini
Created June 16, 2025 09:55
Show Gist options
  • Save kleini/93669e050a42301c73ba419d184ed4fd to your computer and use it in GitHub Desktop.
Save kleini/93669e050a42301c73ba419d184ed4fd to your computer and use it in GitHub Desktop.
Run EOS with podman systemd-generator
[Volume]
VolumeName=eos-cache
[Volume]
VolumeName=eos-config
[Volume]
VolumeName=eos-output
[Unit]
Description=Akkudoktor EOS
[Container]
ContainerName=eos
Image=eos.image
PublishPort=8503:8503
PublishPort=8504:8504
ReadOnly=true
Volume=eos-cache.volume:/opt/eos/cache
Volume=eos-config.volume:/opt/eos/config
Volume=eos-output.volume:/opt/eos/output
[Service]
Restart=always
[Install]
WantedBy=multi-user.target
[Unit]
After=network-online.target
Wants=network-online.target
[Image]
Image=docker.io/akkudoktor/eos:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment