new readme

This commit is contained in:
Fl1tzi 2023-05-02 18:52:24 +02:00
parent 1abf6850ee
commit 10e5604521
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
---
lang: en-us
---
# compose
My podman-compose configurations for all my servers.
These are my so-called compose scripts. They create Podman pods which can then be used or can be easily integrated into Systemd with `podman generate systemd`.
If the commented variables are set, the `env_file` can be removed. I use it, so I don't upload my password (which are mostly just an extra measure of security).
If the directory includes a `scripts` folder, then it's just scripts which can be useful at some point.
If the commented variables are set, the `--env_file` can be removed. I use it, so I don't upload my password (which are mostly just an extra measure of security).