Add Portainer deployment files

This commit is contained in:
2026-05-07 13:55:20 -08:00
parent e9a23fb8ad
commit 4d95fc9de9
2 changed files with 30 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
prepbot:
image: gitea.wayfinderak.com/wayfinderak/prepbot:latest
container_name: prepbot
restart: unless-stopped
env_file:
- ./portainer-app.env
mem_limit: 1g
cpus: "2.0"