Merge pull request #1041 from wayneyaoo/feature/podman-installer

Add podman support to the installer
This commit is contained in:
Owen Schwartz 2025-07-22 21:41:32 -07:00 committed by GitHub
commit 0b50a5474d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 202 additions and 68 deletions

View file

@ -1,7 +1,7 @@
name: pangolin
services:
pangolin:
image: fosrl/pangolin:{{.PangolinVersion}}
image: docker.io/fosrl/pangolin:{{.PangolinVersion}}
container_name: pangolin
restart: unless-stopped
volumes:
@ -13,7 +13,7 @@ services:
retries: 15
{{if .InstallGerbil}}
gerbil:
image: fosrl/gerbil:{{.GerbilVersion}}
image: docker.io/fosrl/gerbil:{{.GerbilVersion}}
container_name: gerbil
restart: unless-stopped
depends_on:
@ -35,7 +35,7 @@ services:
- 80:80 # Port for traefik because of the network_mode
{{end}}
traefik:
image: traefik:v3.4.1
image: docker.io/traefik:v3.4.1
container_name: traefik
restart: unless-stopped
{{if .InstallGerbil}}