publishing pipeline update + model spec

This commit is contained in:
Game_Time
2026-03-16 16:56:23 +05:00
parent baf312a02e
commit e6eeae8fa6
26 changed files with 1089 additions and 428 deletions

View File

@@ -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: