mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
feat: replaced docker images with github images
This commit is contained in:
@@ -3,7 +3,7 @@ Description=Gitea Container
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=gitea
|
ContainerName=gitea
|
||||||
Image=docker.io/gitea/gitea:latest
|
Image=ghcr.io/go-gitea/gitea:latest
|
||||||
|
|
||||||
# Enable auto-update container
|
# Enable auto-update container
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Description=Headscale Container
|
|||||||
[Container]
|
[Container]
|
||||||
Network=host
|
Network=host
|
||||||
ContainerName=headscale
|
ContainerName=headscale
|
||||||
Image=docker.io/headscale/headscale:latest
|
Image=ghcr.io/juanfont/headscale:latest
|
||||||
Exec=serve
|
Exec=serve
|
||||||
|
|
||||||
# Enable auto-update container
|
# Enable auto-update container
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ After=synapse_db.service
|
|||||||
[Container]
|
[Container]
|
||||||
Pod=matrix.pod
|
Pod=matrix.pod
|
||||||
ContainerName=synapse
|
ContainerName=synapse
|
||||||
Image=docker.io/matrixdotorg/synapse:latest
|
Image=ghcr.io/element-hq/synapse:latest
|
||||||
|
|
||||||
# Enable auto-update container
|
# Enable auto-update container
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
|
|||||||
Reference in New Issue
Block a user