chore: Enable local builds in docker-compose for rapid testing
- Uncomment build directive to build from local Dockerfile - Comment out remote image reference - Allows testing changes without pushing to registry Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a2167d8f97
commit
9f1359c78f
@ -6,8 +6,8 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
# build: .
|
build: .
|
||||||
image: manticorum67/major-domo-database:dev-pg
|
# image: manticorum67/major-domo-database:dev-pg
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: sba_db_api
|
container_name: sba_db_api
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user