mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 15:14:45 +02:00
Add GHCR publishing workflow and update docker-compose for registry pull
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5294b027e7
commit
8c2c4d2aef
4 changed files with 86 additions and 19 deletions
|
|
@ -13,13 +13,17 @@
|
|||
|
||||
services:
|
||||
meshai:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
UID: ${UID:-1000}
|
||||
GID: ${GID:-1000}
|
||||
image: meshai:latest
|
||||
# Pull from GitHub Container Registry
|
||||
image: ghcr.io/zvx-echo6/meshai:latest
|
||||
|
||||
# Uncomment to build locally instead of pulling
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
# args:
|
||||
# UID: ${UID:-1000}
|
||||
# GID: ${GID:-1000}
|
||||
|
||||
container_name: meshai
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue