🐳 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 -15
View File
@@ -25,10 +25,10 @@ services:
environment:
- REDIS_REPLICATION_MODE=master
node:
image: twaketech/twake-node:test
image: tdrive/tdrive-node:test
build:
context: .
dockerfile: ./docker/twake-node/Dockerfile
dockerfile: docker/tdrive-node/Dockerfile
target: test
volumes:
- ./coverage/:/usr/src/app/coverage/
@@ -47,18 +47,7 @@ services:
- mongo
- scylladb
- rabbitmq
php:
image: twaketech/twake-php
volumes:
- ./backend/core/:/twake-core:cached
- ./docker-data/drive/:/twake-core/drive/
- ./docker-data/fpm/:/etc/docker-data/fpm/
depends_on:
- scylladb
- rabbitmq
- elasticsearch
links:
- scylladb
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.4
environment:
@@ -72,8 +61,9 @@ services:
hard: -1
ports:
- 9200:9200
nginx:
image: twaketech/twake-nginx
image: tdrive/tdrive-frontend
ports:
- 8000:80
links: