Removed unrelated code base
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user