Initial import

This commit is contained in:
how2ice
2026-04-21 03:33:23 +09:00
commit 9e4b70f1f1
495 changed files with 94680 additions and 0 deletions

28
etc/db/work-db/README.md Executable file
View File

@@ -0,0 +1,28 @@
# Work DB
로컬 개발용 PostgreSQL 컨테이너입니다.
## 실행
```bash
docker compose up -d
docker compose logs -f postgres
```
## 중지
```bash
docker compose down
```
## 기본 접속 정보
- Host: `localhost`
- Port: `.env``POSTGRES_PORT`
- Database: `.env``POSTGRES_DB`
- User: `.env``POSTGRES_USER`
- Password: `.env``POSTGRES_PASSWORD`
## work-server 연동
`etc/servers/work-server/.env`의 DB 설정과 맞춰서 사용합니다.