fix(famapp): pull image from valhalla registry

Switch famapp container from ghcr.io/ginnoir/famapp:latest to
registry.ginnoir.com/ginnoir/famapp:latest.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ginnoir
2026-06-15 00:17:28 -05:00
co-authored by Claude Sonnet 4.6
parent fb4de751ed
commit e3937dcf52
+1 -1
View File
@@ -10,7 +10,7 @@
services: services:
famapp: famapp:
container_name: famapp container_name: famapp
image: ghcr.io/ginnoir/famapp:latest image: registry.ginnoir.com/ginnoir/famapp:latest
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
networks: [famapp, edge] networks: [famapp, edge]