# TI1 The best thing to happen since yesterday at 3 pm ## Usage To use this project, you can pull the Docker image from Docker Hub and run it using the following commands: ### Pull the Docker Image ```sh docker pull pigwin1/ti1:latest ``` ### Run the Docker Container ```sh docker run -d --name ti1-container -e DB_HOST= -e DB_PORT= -e DB_USER= -e DB_PASSWORD= -e DB_NAME= -e DB_SSLMODE= pigwin1/ti1:latest ``` Replace ``, ``, ``, ``, ``, and `` with your actual database configuration values. ### Docker Hub Repository You can find the Docker image on Docker Hub at the following link: https://hub.docker.com/repository/docker/pigwin1/ti1/general