init version

This commit is contained in:
JamesFlare1212
2025-05-09 09:04:25 -04:00
commit 5382659312
12 changed files with 1370 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
dsas-cca-backend:
build:
context: .
dockerfile: Dockerfile
container_name: dsas-cca-backend
ports:
- "${PORT}:${PORT}"
env_file:
- .env
restart: unless-stopped