Update docker-compose to use GHCR image by default

This commit is contained in:
2026-01-30 11:47:46 -05:00
parent 7c19f199f1
commit 4d21291598
2 changed files with 21 additions and 4 deletions

9
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,9 @@
# Development override for docker-compose
# Usage: docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build
services:
allstarr:
build:
context: .
dockerfile: Dockerfile
image: allstarr:local