chore: reband cleanup, changed names from tesseract
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user