Skip to content

Compilation of docker-compose files for applications that ran on my OpenMediaVault server

Notifications You must be signed in to change notification settings

ShadyF/omv-homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


My openmediavault home server 💻

📖  Overview

This repository contains various docker-compose files for applications that I ran on a spare computer that I had.

This repo is mainly for archival and historical purposes as I have moved everything into a kubernetes cluster, maintained in this repo

💻  Infrastructure

openmediavault installed on a spare computer I had

Component Details
CPU Intel Core i5-2500K (Overclocked to 4.5GHz)
Cooler Cooler Master Hyper 212 EVO
RAM 8GB DDR3
GPU AMD Radeon HD 6950
PSU Antec 650W

📏  Random Tips and Tricks

Network mode

You can make a docker container use another docker container's network using the network_mode keyword

Can be used in one of the following ways:

# container keyword can be used to use the network of any container
network_mode: container:container_name

# service keyword can be used to select services in the same docker-compose file
network_mode: service:service_name

About

Compilation of docker-compose files for applications that ran on my OpenMediaVault server

Topics

Resources

Stars

Watchers

Forks