mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
fix: docker images in compose file
This commit is contained in:
parent
f84726a371
commit
5aa899e9a9
@ -1,4 +1,4 @@
|
||||
name: Build and Push Docker Images On Merge
|
||||
name: Build and Push Docker Images
|
||||
|
||||
on:
|
||||
push:
|
@ -10,7 +10,7 @@ services:
|
||||
|
||||
nlu-api:
|
||||
container_name: nlu-api
|
||||
image: hexabot-nlu:latest
|
||||
image: hexastack/hexabot-nlu:latest
|
||||
env_file: .env
|
||||
networks:
|
||||
- nlp-network
|
||||
|
@ -3,7 +3,7 @@ version: "3.9"
|
||||
services:
|
||||
database-init:
|
||||
container_name: database-init
|
||||
image: hexabot-api:latest
|
||||
image: hexastack/hexabot-api:latest
|
||||
command: sh -c "npm run cache:init && npm run migrate prune && npm run migrate up"
|
||||
env_file: .env
|
||||
networks:
|
||||
@ -14,7 +14,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: api
|
||||
image: hexabot-api:latest
|
||||
image: hexastack/hexabot-api:latest
|
||||
env_file: .env
|
||||
ports:
|
||||
- ${API_PORT}:3000
|
||||
@ -37,7 +37,7 @@ services:
|
||||
|
||||
hexabot-frontend:
|
||||
container_name: frontend
|
||||
image: hexabot-ui:latest
|
||||
image: hexastack/hexabot-ui:latest
|
||||
env_file: .env
|
||||
ports:
|
||||
- ${APP_FRONTEND_PORT}:8080
|
||||
@ -67,7 +67,7 @@ services:
|
||||
|
||||
widget:
|
||||
container_name: widget
|
||||
image: hexabot-widget:latest
|
||||
image: hexastack/hexabot-widget:latest
|
||||
networks:
|
||||
- app-network
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user