Geeksbot/portainer-stack.yml
WayfinderAK c41cf31af4
Some checks failed
Build and Push Container / build-and-push (push) Failing after 18m0s
Add Portainer deployment files
2026-05-07 13:55:20 -08:00

10 lines
216 B
YAML

services:
geeksbot:
image: gitea.wayfinderak.com/wayfinderak/geeksbot:latest
container_name: geeksbot
restart: unless-stopped
env_file:
- ./portainer-app.env
mem_limit: 1g
cpus: "2.0"