🐳 Deploy image to the internal docker registry

* Deploy the image to the internal docker registry
* Removed unnecessary stage in backend build
This commit is contained in:
Anton Shepilov
2023-04-05 15:55:29 +02:00
committed by GitHub
parent 56e1e4be3a
commit 380f01222a
21 changed files with 58 additions and 22860 deletions
+5 -5
View File
@@ -9,10 +9,10 @@ services:
ports:
- 27017:27017
networks:
- twake_network
- tdrive_network
node:
image: twaketech/twake-node
image: tdrive/tdrive-node
container_name: node
ports:
- 4000:3000
@@ -26,7 +26,7 @@ services:
- STATIC_ROOT=/frontend
build:
context: .
dockerfile: ./docker/twake-node/Dockerfile
dockerfile: docker/tdrive-node/Dockerfile
target: development
volumes:
- ./backend/node:/usr/src/app
@@ -37,9 +37,9 @@ services:
links:
- mongo
networks:
- twake_network
- tdrive_network
networks:
twake_network:
tdrive_network:
driver: bridge