Add Portainer deployment files

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