Created
June 16, 2025 09:55
-
-
Save kleini/93669e050a42301c73ba419d184ed4fd to your computer and use it in GitHub Desktop.
Run EOS with podman systemd-generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Volume] | |
| VolumeName=eos-cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Volume] | |
| VolumeName=eos-config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Volume] | |
| VolumeName=eos-output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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