publishing pipeline update + model spec
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
chatmock:
|
||||
build: .
|
||||
image: chatmock:latest
|
||||
image: ${CHATMOCK_IMAGE:-storagetime/chatmock:latest}
|
||||
container_name: chatmock
|
||||
command: ["serve"]
|
||||
env_file: .env
|
||||
@@ -22,7 +19,7 @@ services:
|
||||
start_period: 5s
|
||||
|
||||
chatmock-login:
|
||||
image: chatmock:latest
|
||||
image: ${CHATMOCK_IMAGE:-storagetime/chatmock:latest}
|
||||
profiles: ["login"]
|
||||
command: ["login"]
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user