Nuxt 초기 세팅 추가

This commit is contained in:
2026-04-29 14:54:44 +09:00
parent efc7955415
commit 37f6c38caa
60 changed files with 12698 additions and 34 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
sori-studio:
build:
context: .
dockerfile: Dockerfile
container_name: sori-studio
env_file:
- .env.production
ports:
- "${APP_PORT:-43118}:3000"
volumes:
- ./public/uploads:/app/public/uploads
restart: unless-stopped