fix: remove web from docker-compose (runs on host)
This commit is contained in:
parent
c7f591db32
commit
3a1ff3c482
@ -16,17 +16,6 @@ services:
|
||||
sh -c "alembic upgrade head &&
|
||||
uvicorn tracker.app:app --host 0.0.0.0 --port 8100 --reload --reload-dir /app/src"
|
||||
|
||||
web:
|
||||
build: ../web-client
|
||||
ports:
|
||||
- "3100:3000"
|
||||
environment:
|
||||
- NEXT_PUBLIC_API_URL=http://localhost:8100
|
||||
volumes:
|
||||
- ../web-client/src:/app/src
|
||||
depends_on:
|
||||
- tracker
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user