This commit is contained in:
bbh
2025-08-13 00:03:21 +08:00
commit f2fe78cce4
6 changed files with 63 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
bentoml-serve:
build: ./
container_name: bentoml_serve
ports:
- "3000:3000"
networks:
- traefik-public
- default
networks:
traefik-public:
# Allow setting it to false for testing
external: false