First commit

This commit is contained in:
kyy
2026-01-15 14:12:41 +09:00
commit b28238cfd3
15 changed files with 1949 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.8'
services:
web:
build:
context: ./sso-demo
dockerfile: ../Dockerfile
container_name: sso-demo-container
ports:
- "3000:3000"
volumes:
- ./sso-demo:/usr/src/app
- /usr/src/app/node_modules
environment:
- NODE_ENV=development