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:
Cal Corum 2026-02-04 20:58:39 -06:00
parent a2167d8f97
commit 9f1359c78f

View File

@ -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: