first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:04:35 +03:00
commit 763b147cc3
199 changed files with 29356 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
nuxt-atahan:
container_name: nuxt_atahan
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "3050:3000"
env_file:
- .env
environment:
- NUXT_HOST=0.0.0.0
- NUXT_PORT=3000
- NODE_ENV=production