Skip to content

Commit

Permalink
fix: docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fru1tworld committed Jan 22, 2025
1 parent ec83088 commit 2e9f61d
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 409 deletions.
14 changes: 5 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,39 @@ services:
api:
build:
context: .
dockerfile: ./packages/api
dockerfile: packages/api/Dockerfile
restart: unless-stopped
networks:
- app-network

load-balancer:
build:
context: .
dockerfile: ./packages/loadbalancer
dockerfile: packages/loadbalancer/Dockerfile
restart: unless-stopped
networks:
- app-network

collaborative-room1:
build:
context: .
dockerfile: ./packages/collaborative
dockerfile: packages/collaborative/Dockerfile
restart: unless-stopped
networks:
- app-network

collaborative-room2:
build:
context: .
dockerfile: ./packages/collaborative
dockerfile: packages/collaborative/Dockerfile
restart: unless-stopped
networks:
- app-network

frontend:
build:
context: .
dockerfile: ./packages/frontend
dockerfile: packages/frontend/Dockerfile
restart: unless-stopped
networks:
- app-network

networks:
app-network:
driver: bridge
11 changes: 0 additions & 11 deletions packages/collaborative/src/test/mock/mock.constants.ts

This file was deleted.

21 changes: 0 additions & 21 deletions packages/collaborative/src/test/mock/note.mock.data.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/collaborative/src/test/mock/space.mock.data.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/collaborative/src/test/note.test.entity.ts

This file was deleted.

36 changes: 0 additions & 36 deletions packages/collaborative/src/test/space.test.entity.ts

This file was deleted.

159 changes: 0 additions & 159 deletions packages/collaborative/src/test/test.controller.ts

This file was deleted.

23 changes: 0 additions & 23 deletions packages/collaborative/src/test/test.module.ts

This file was deleted.

Loading

0 comments on commit 2e9f61d

Please sign in to comment.