Publish docker image with github actions (#1)
Co-authored-by: lowcarbdev <[email protected]>
This commit is contained in:
co-authored by
GitHub
lowcarbdev
parent
fd4e10634a
commit
7d53f20673
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user