rebranded to BIT
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user