Docker compose files for personal server deployment
To use these Docker compose files, follow these steps:
- Clone this repository to your local machine.
- Navigate to the directory containing the Docker compose files.
- Run
docker compose up -dto start the containers in detached mode. - Access the services using their respective ports.
To stop the containers, run docker compose down.
If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.