feat: add PBinCLI installation and configuration tasks; update EchoIP service to check for updates and clean up files
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 28s
Nix Format Check / check-format (push) Failing after 1m24s
Python Lint Check / check-python (push) Failing after 19s

This commit is contained in:
2025-07-16 00:34:26 +00:00
parent 9b6aa03872
commit 1219c54bf4
4 changed files with 135 additions and 86 deletions

View File

@@ -5,6 +5,8 @@ services:
restart: always
read_only: true
user: "1000:1000"
ports:
- "8585:8080"
environment:
- PUID=1000
- PGID=1000