updated the docker files

This commit is contained in:
2026-02-12 02:23:55 +08:00
parent 330ec799d5
commit e3dba7c6c6
3 changed files with 44 additions and 44 deletions

18
docker-compose.test.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
ai-gateway:
build: .
container_name: ai-gateway
expose:
- "8191"
environment:
- PYTHONUNBUFFERED=1
env_file:
- .env
networks:
- gateway_net
restart: always
command: uvicorn app.main:app --host 0.0.0.0 --port 8191
networks:
gateway_net:
external: true