refactor: move node and builder images

This commit is contained in:
2023-07-03 14:36:47 +02:00
parent 4e4c7b5cc9
commit 11c9d742cd
26 changed files with 239 additions and 448 deletions

View File

@@ -1 +1 @@
nodes/
*

View File

@@ -1,7 +1,7 @@
version: '3.7'
services:
database:
image: registry.gitlab.com/openstapps/database:master
image: registry.gitlab.com/openstapps/openstapps/database:2.0.0
volumes:
- ./database:/usr/share/elasticsearch/data
expose:
@@ -9,12 +9,12 @@ services:
restart: unless-stopped
backend:
image: registry.gitlab.com/openstapps/backend/default:core-0.31
image: registry.gitlab.com/openstapps/openstapps/backend:3.0.0-next.0
environment:
ES_ADDR: "http://database:9200"
NODE_CONFIG_ENV: "elasticsearch"
ALLOW_NO_TRANSPORT: "true"
expose:
expose:
- 3000
ports:
- 3000:3000
@@ -27,7 +27,7 @@ services:
- database
api:
image: registry.gitlab.com/openstapps/api/copy:core-0.23
image: registry.gitlab.com/openstapps/openstapps/api:3.0.0-next.0
links:
- "backend"