13 lines
291 B
YAML
13 lines
291 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: kokoro_web_1
|
|
APP_PORT: 8880
|
|
|
|
web:
|
|
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.4-master@sha256:03a5201c0327f1f1a1619ebbd9722e3b5477b0cccc588aaddb74dd89aad67f15
|
|
user: "1000:1000"
|
|
restart: on-failure
|