From 86b3cd38f47ce5a30ae8dd4ff448bfda0542546c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Wed, 6 May 2026 16:18:44 +0200 Subject: [PATCH] added api docker compose --- compose_api.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compose_api.yaml diff --git a/compose_api.yaml b/compose_api.yaml new file mode 100644 index 0000000..eced4e6 --- /dev/null +++ b/compose_api.yaml @@ -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 \ No newline at end of file