Goff/portainer-stack.yml
WayfinderAK 4aff642c51
Some checks failed
Build and Push Container / build-and-push (push) Failing after 17m55s
Add Portainer deployment files
2026-05-07 13:55:20 -08:00

10 lines
204 B
YAML

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"