Publish docker image with github actions (#1)

Co-authored-by: lowcarbdev <[email protected]>
This commit is contained in:
lowcarbdev
2025-11-11 21:56:53 -07:00
committed by GitHub
co-authored by GitHub lowcarbdev
parent fd4e10634a
commit 7d53f20673
5 changed files with 111 additions and 21 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
services:
sbv:
build: .
# Use pre-built image from GitHub Container Registry
# For local development, comment out 'image' and uncomment 'build: .' below
image: ghcr.io/lowcarbdev/sbv:stable
# build: .
container_name: sbv
ports:
- "8081:8081"