mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
chore: remove pipecat version check from docker build process
This commit is contained in:
parent
c7e75819f4
commit
d55205fd67
7 changed files with 181 additions and 103 deletions
13
docker-compose.override.yml
Normal file
13
docker-compose.override.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Docker Compose Override for Local Development
|
||||
# This file automatically provides the pipecat commit SHA when building locally
|
||||
# It's automatically merged with docker-compose.yaml
|
||||
|
||||
services:
|
||||
api:
|
||||
build:
|
||||
context: ./api
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
# Dynamically get pipecat commit SHA from submodule
|
||||
# This will be evaluated when docker-compose build is run
|
||||
PIPECAT_COMMIT: ${PIPECAT_COMMIT}
|
||||
Loading…
Add table
Add a link
Reference in a new issue