Removed unrelated code base

This commit is contained in:
Romaric Mourgues
2023-03-24 16:04:47 +01:00
parent 10fe6f78d1
commit 8f4c059cb9
541 changed files with 16536 additions and 91302 deletions
+2 -19
View File
@@ -11,21 +11,6 @@ services:
networks:
- twake_network
plugins:
container_name: plugins
image: twaketech/twake-plugins
privileged: true
volumes:
- ./plugins/plugins:/usr/src/app/plugins
- ./plugins/plugins.json:/usr/src/app/plugins.json
build:
context: .
dockerfile: ./docker/twake-plugins/Dockerfile
ports:
- 8080:8080
networks:
- twake_network
node:
image: twaketech/twake-node
container_name: node
@@ -38,12 +23,14 @@ services:
- SEARCH_DRIVER=mongodb
- DB_DRIVER=mongodb
- PUBSUB_TYPE=local
- STATIC_ROOT=/frontend
build:
context: .
dockerfile: ./docker/twake-node/Dockerfile
target: development
volumes:
- ./backend/node:/usr/src/app
- ./frontend/dist:/frontend
- ./docker-data/documents/:/storage/
depends_on:
- mongo
@@ -55,8 +42,4 @@ services:
networks:
twake_network:
driver: bridge
ipam:
config:
- subnet: 172.21.0.0/16
gateway: 172.21.0.1