Skip to content

Commit 0431e20

Browse files
committed
chore: remove rfp server and remove develop/watch from docker files
1 parent 30bf0ec commit 0431e20

16 files changed

Lines changed: 9 additions & 4817 deletions

docker-compose.yml

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ services:
1010
- ./backend:/app
1111
- backend_node_modules:/app/node_modules
1212
command: node dist/server.js
13-
# develop:
14-
# watch:
15-
# - path: ./backend/src
16-
# target: /app/src
17-
# ignore:
18-
# - node_modules/
19-
# action: sync
20-
# - path: ./backend/package.json
21-
# action: rebuild
2213

2314
ml-backend:
2415
build: ./ml-backend
@@ -29,35 +20,17 @@ services:
2920
volumes:
3021
- ./ml-backend:/app
3122
- ml_backend_node_modules:/app/node_modules
32-
# develop:
33-
# watch:
34-
# - path: ./ml-backend/src
35-
# target: /app/src
36-
# ignore:
37-
# - node_modules/
38-
# action: sync
39-
# - path: ./ml-backend/package.json
40-
# action: rebuild
4123

4224

43-
# frontend:
44-
# build: ./frontend
45-
# ports:
46-
# - "3000:3000"
47-
# env_file:
48-
# - ./frontend/.env
49-
# volumes:
50-
# - ./frontend:/app
51-
# - frontend_node_modules:/app/node_modules
52-
# develop:
53-
# watch:
54-
# - path: ./frontend/src
55-
# target: /app/src
56-
# ignore:
57-
# - node_modules/
58-
# action: sync
59-
# - path: ./frontend/package.json
60-
# action: rebuild
25+
frontend:
26+
build: ./frontend
27+
ports:
28+
- "3000:3000"
29+
env_file:
30+
- ./frontend/.env
31+
volumes:
32+
- ./frontend:/app
33+
- frontend_node_modules:/app/node_modules
6134

6235
elasticsearch:
6336
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.3

rfp_backend/.flake8

Lines changed: 0 additions & 11 deletions
This file was deleted.

rfp_backend/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

rfp_backend/DockerFile.python

Lines changed: 0 additions & 42 deletions
This file was deleted.

rfp_backend/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

rfp_backend/poetry.lock

Lines changed: 0 additions & 4547 deletions
This file was deleted.

rfp_backend/poetry.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

rfp_backend/project.json

Lines changed: 0 additions & 74 deletions
This file was deleted.

rfp_backend/pyproject.toml

Lines changed: 0 additions & 41 deletions
This file was deleted.

rfp_backend/rfp_backend/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)