changed project structure, merged docker compose files

This commit is contained in:
2026-05-06 17:09:28 +02:00
parent 86b3cd38f4
commit 5c6b4c4b9d
52 changed files with 20 additions and 20 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
cnn_website:
build:
context: api/.
image: cnn_api
ports:
- "8000:8000"
restart: unless-stopped
cnn_website:
build:
context: website/.
image: cnn_website
ports:
- "8080:80"
restart: unless-stopped