rebranded to BIT

This commit is contained in:
serversdwn
2026-01-04 09:24:06 +00:00
parent bd0ac0d95b
commit 3fc90063b4
18 changed files with 368 additions and 55 deletions

View File

@@ -3,12 +3,12 @@ services:
build:
context: ./backend
dockerfile: Dockerfile
container_name: tesseract-backend
container_name: bit-backend
ports:
- "8002:8002"
volumes:
- ./backend/app:/app/app
- tesseract-db:/app
- bit-db:/app
env_file:
- ./backend/.env
environment:
@@ -19,7 +19,7 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile
container_name: tesseract-frontend
container_name: bit-frontend
ports:
- "3002:80"
env_file:
@@ -29,4 +29,4 @@ services:
restart: unless-stopped
volumes:
tesseract-db:
bit-db: