no message

This commit is contained in:
2025-12-26 11:47:21 +09:00
parent 8bc3744b0e
commit 65d8cf7813
4 changed files with 114 additions and 40 deletions

30
.env.sample Normal file
View File

@ -0,0 +1,30 @@
##################################################
# 공통 설정
##################################################
# PHP 버전 선택: 8.2 또는 8.4
PHP_VERSION=8.2
# 웹 루트 (호스트 기준)
WEB_ROOT=./www
# UID / GID (호스트 사용자)
PUID=1000
PGID=1000
##################################################
# MariaDB 설정 (cafe24 10G 유사)
##################################################
MYSQL_ROOT_PASSWORD=rootpassword
MYSQL_DATABASE=firstgarden
MYSQL_USER=firstgarden
MYSQL_PASSWORD=firstgarden_pw
# 포트 (필요 시 외부 접근)
MYSQL_PORT=3306
##################################################
# 타임존
##################################################
TZ=Asia/Seoul