Update docker-compose to use GHCR image by default

This commit is contained in:
2026-01-30 11:48:11 -05:00
parent ad1b58f5bd
commit 5cf852a3b6
2 changed files with 21 additions and 4 deletions

View File

@@ -16,10 +16,18 @@ services:
- allstarr-network
allstarr:
build:
context: .
dockerfile: Dockerfile
image: allstarr:local
# Use pre-built image from GitHub Container Registry
# For latest stable: ghcr.io/sopat712/allstarr:latest
# For beta/testing: ghcr.io/sopat712/allstarr:beta
# To build locally instead, uncomment the build section below
image: ghcr.io/sopat712/allstarr:latest
# Uncomment to build locally instead of using GHCR image:
# build:
# context: .
# dockerfile: Dockerfile
# image: allstarr:local
container_name: allstarr
restart: unless-stopped
ports: