API working

This commit is contained in:
Ryan Shpeherd
2026-09-09 11:19:00 -04:00
parent ea46d418bd
commit e4e5d75336
6 changed files with 24 additions and 14 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ services:
context: ./api
dockerfile: Dockerfile
container_name: videodetect-api
restart: unless-stopped
restart: no
ports:
- "5001:5000"
- "3000:3000"
environment:
- DB_HOST=mariadb
- DB_PORT=3306