Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfenif/toy_docker_db_maria
mariadb template
https://github.com/halfenif/toy_docker_db_maria
docker mariadb uuidv7
Last synced: about 1 month ago
JSON representation
mariadb template
- Host: GitHub
- URL: https://github.com/halfenif/toy_docker_db_maria
- Owner: halfenif
- License: apache-2.0
- Created: 2024-06-11T08:43:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:24:43.000Z (8 months ago)
- Last Synced: 2024-11-08T04:44:28.911Z (3 months ago)
- Topics: docker, mariadb, uuidv7
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mariadb + Harlequine
목적: mariadb 설정 template
## Install
**Requirements**
- Docker, Docker-Compose or Podman, Podman-Compose### Clone
```bash
git clone https://github.com/halfenif/toy_docker_db_maria.git
```### Build
```bash
cd toy_docker_db_maria
./build.sh
```
- build하기 전 기존에 있던 container, image, data를 모두 삭제합니다.
- docker-compose를 호출합니다
- harlequin 호출하는 shell 경로를 출력합니다.### Config
- Mariadb root password: Dockerfile
- Timezone: Asia/Seoul, Dockerfile
- Charset: utf8mb4, init.sql
- Port: docker-compose.yaml
- volume: docker-compose.yaml # 필수는 아닌데.
- DBMS, User, Password: init.sql## Feature
- User define function uuidv7() support: init.sql---
If you feel something isn't working right, I recommend clearing Docker's cached images, containers, and volumes, and then trying again.
뭔가 잘 안된다고 생각되면. Docker의 cache에 해당하는 image, container, volume을 clear하고 해 보는 것을 권합니다.