Skip to content

Commit

Permalink
chore: remove legacy-api from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Carlson committed Dec 11, 2024
1 parent bb101d4 commit dc441d8
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 9,122 deletions.
7 changes: 0 additions & 7 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ batch:
REPOSITORY_NAME: meditor/meditor_docs
PACKAGE_PATH: packages/docs
ignore-failure: false
- identifier: legacy_api
debug-session: false
env:
variables:
REPOSITORY_NAME: meditor/meditor_server
PACKAGE_PATH: packages/legacy-api
ignore-failure: false
- identifier: notebook_viewer
debug-session: false
env:
Expand Down
19 changes: 0 additions & 19 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ services:
- .env
volumes:
- ./packages/notebook-viewer:/usr/src/app
depends_on:
- legacy-api

proxy:
container_name: meditor_proxy
Expand All @@ -18,7 +16,6 @@ services:
ports:
- "127.0.0.1:80:8080"
depends_on:
- legacy-api
- nats
- app
- database
Expand Down Expand Up @@ -54,8 +51,6 @@ services:
- .next/
- action: rebuild
path: package.json
depends_on:
- legacy-api

docs:
container_name: meditor_docs
Expand All @@ -65,22 +60,8 @@ services:
ports:
- "127.0.0.1:3030:3030"
depends_on:
- legacy-api
- app

legacy-api:
container_name: meditor_legacy-api
build: packages/legacy-api
restart: always
env_file:
- .env
volumes:
- ./packages/legacy-api:/usr/src/app
- /usr/src/app/node_modules
depends_on:
- database
- nats

database:
image: ${REGISTRY}mongo:4.1.4
container_name: meditor_database
Expand Down
3 changes: 0 additions & 3 deletions packages/legacy-api/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions packages/legacy-api/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions packages/legacy-api/README.md

This file was deleted.

215 changes: 0 additions & 215 deletions packages/legacy-api/api/swagger.yaml

This file was deleted.

Loading

0 comments on commit dc441d8

Please sign in to comment.