Skip to content

Commit

Permalink
Drop the exagerated docker compose mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony2261 committed Apr 6, 2024
1 parent 314c6eb commit a43a2c9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ services:
- "7377:7377"
volumes:
- dataline_dev:/home/.dataline # persist local sqlite db
# map local to remote folder, exclude venv
- ./text2sql-backend:/home/dataline/backend
- /home/dataline/backend/venv
- ./text2sql-backend/dataline:/home/dataline/backend/dataline
- ./text2sql-backend/alembic:/home/dataline/backend/alembic
networks:
- dataline

Expand All @@ -30,8 +29,6 @@ services:
ports:
- "5173:5173"
volumes:
# map local to remote folder, exclude node_modules
- ./text2sql-frontend:/app
- /app/node_modules
- ./text2sql-frontend/src:/app/src
networks:
- dataline

0 comments on commit a43a2c9

Please sign in to comment.