chore: reband cleanup, changed names from tesseract

This commit is contained in:
serversdwn
2026-02-17 22:50:57 +00:00
parent be9c4adeb6
commit 5d5cec048f
6 changed files with 11 additions and 11 deletions

View File

@@ -5,12 +5,12 @@ services:
build:
context: ./backend
dockerfile: Dockerfile
container_name: tesseract-backend
container_name: bit-backend
ports:
- "8000:8000"
volumes:
- ./backend/app:/app/app
- tesseract-db:/app
- bit-db:/app
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped
@@ -19,7 +19,7 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile
container_name: tesseract-frontend
container_name: bit-frontend
ports:
- "3000:80"
depends_on:
@@ -27,4 +27,4 @@ services:
restart: unless-stopped
volumes:
tesseract-db:
bit-db: