1
0
forked from baron/baron-sso

SMS 기능 연동 설정 및 테스트 추가

This commit is contained in:
2026-01-06 15:02:44 +09:00
parent 8a25f143e7
commit 362b6b60d4
3 changed files with 118 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ services:
context: ./backend
dockerfile: Dockerfile
container_name: baron_backend
env_file:
- .env
environment:
- APP_ENV=${APP_ENV:-development}
- COOKIE_SECRET=${COOKIE_SECRET}