added api docker compose

This commit is contained in:
2026-05-06 16:18:44 +02:00
parent dc02bb9dc4
commit 86b3cd38f4
+9
View File
@@ -0,0 +1,9 @@
services:
cnn_website:
build:
context: bird_cnn/.
image: cnn_api
container_name: cnn_api_1
ports:
- "8000:8000"
restart: unless-stopped