Skip to content

Commit

Permalink
chore: Remove datapuller from docker-compose.yml for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Oct 12, 2024
1 parent d2e44df commit c088ce9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ networks:
bt:
name: bt
services:
datapuller:
build:
context: .
target: datapuller-dev
depends_on:
- mongodb
networks:
- bt
restart: always
volumes:
- ./apps/datapuller/src:/datapuller/apps/datapuller/src
- ./.env:/datapuller/apps/datapuller/.env
# datapuller:
# build:
# context: .
# target: datapuller-dev
# depends_on:
# - mongodb
# networks:
# - bt
# restart: always
# volumes:
# - ./apps/datapuller/src:/datapuller/apps/datapuller/src
# - ./.env:/datapuller/apps/datapuller/.env
backend:
build:
context: .
Expand Down

0 comments on commit c088ce9

Please sign in to comment.