Skip to content

Instantly share code, notes, and snippets.

View martinge17's full-sized avatar
:shipit:
Focusing

infiniteduck martinge17

:shipit:
Focusing
View GitHub Profile
@martinge17
martinge17 / app.container
Created February 5, 2026 17:33
Pangolin Podman Rootless Template (originally shared by Froggy232)
[Container]
Pod=pangolin.pod
AutoUpdate=registry
ContainerName=app
Image=docker.io/fosrl/pangolin
Volume=%h/config/:/app/config:z
#Exec='npm run start --listen=0.0.0.0:3001'
Notify=healthy
HealthCmd="/usr/bin/curl -f http://localhost:3001/api/v1/"
HealthInterval=3s