This project is aimed at creating a comprehensive server setup for various purposes, such as hosting Nextcloud, Home Assistant, Jellyfin, Transmission, Deemix, FileBrowser, and more using Docker containers and Nginx Proxy Manager.
All the ports I 'm using on the yml files are according to MY needs. You have to check for yourself with docker ps to see what ports can or cannot use. The same goes with the volume paths I chose etc... Check it, before you wreck it!
To get started with this project, you can follow the provided Docker Compose configuration in the docker-compose.yml file. It will set up and manage the services using Docker containers. Please ensure you have the necessary prerequisites.
Before you start, make sure you have the following prerequisites installed on your system:
- Docker
- Docker Compose
-
Clone this repository:
git clone https://github.com/zachvlat/server.git cd server
-
sudo chmod +x ./docker.sh ./docker.sh sudo usermod -aG docker $USER sudo reboot
-
cd server docker-compose up -d
Note: If you are on Ubuntu Server 24+ choose the compose.yml file by typing
docker compose up -d