- 그누보드 공식 홈페이지: https://sir.kr/
- 참고 레퍼런스: https://lifefun.tistory.com/37#google_vignette
그누보드를 컨테이너 환경에서 개발하기 위한 프로젝트 입니다.
brew install --cask docker
https://docs.docker.com/desktop/install/linux-install/
sh ./install.sh
install.bat
docker compose up --build -d
docker compose up -d
docker compose down
Host: db
User: gnu
Password: gnu2000
DB: gnu
http://localhost
- DB 파일 볼륨 - mariadb_data
- PHP 소스 볼륨 - html
source 는 Submodule 로 관리하세요.
- HTTP: 80
- HTTPS: 443
- PHP: 9000
- MariaDB: 3306
sh login-docker-by-aws.sh <profile>
sh push-ecr.sh <profile>
참고: https://github.com/GenstarDB/aws-docker2ecs
//local test
docker-compose up
//aws configuration
aws config
//list current context
docker context ls
//create context for ecs
docker context create ecs myecscontext
//use ecs context
docker context use myecscontext
//convert docker-compose stack to cloudformation
docker compose convert
//Deployment to ECS
docker compose up
//Details of the compose stack -> Find the url of LB
docker compose ps
//Delete cfn stack from AWS
docker compose down
- push to ECR
- run on ECS (with EFS Volume)
- Separate DB into private zone
- Connect with Cognito for Authentication
- Migrate Gnuboard User to Cognito
- Connect with S3 for File Upload