🐳 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
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- ./docker-data/mongo:/data/db
node:
image: twaketech/twake-node:latest
image: tdrive/tdrive-node:latest
ports:
- 3000:3000
- 8000:3000