A collection of docker-compose files intended to be used by the OpenMediaVault Compose Plugin on a NAS/Homeserver.
Find a file
2026-07-09 01:36:35 +02:00
easy-wg add easy-wg service 2026-07-09 00:21:10 +02:00
forgejo up forgejo major version 2026-07-09 01:36:35 +02:00
homeassistant init commit 2026-01-21 21:26:29 +01:00
nextcloud init commit 2026-01-21 21:26:29 +01:00
nginx_proxy_manager init commit 2026-01-21 21:26:29 +01:00
pihole add wikijs + use host network mode for pihole 2026-02-11 17:31:25 +01:00
portainer init commit 2026-01-21 21:26:29 +01:00
wikijs use UID / GID env vars + add forgejo 2026-02-15 02:18:52 +01:00
wordpress add wordpress service 2026-02-13 23:11:58 +01:00
LICENSE init commit 2026-01-21 21:26:29 +01:00
README.md use UID / GID env vars + add forgejo 2026-02-15 02:18:52 +01:00

nas-compose

A collection of docker-compose files intended to be used by the OpenMediaVault Compose Plugin on a NAS/Homeserver.

To run these services, replace the following example values with production values in the global environment variables file:

Environment Variable Value
TZ Europe/Berlin
UID 1000
GID 1000
PIHOLE_WEBPASSWORD example_password
PIHOLE_LOCAL_IP 192.168.1.2
NEXTCLOUD_MARIADB_ROOT_PW example_password
NEXTCLOUD_DB_PW example_password
NEXTCLOUD_ADMIN_PW example_password
NEXTCLOUD_TRUSTED_DOMAIN nextcloud.example.org
MQTT_USER example
MQTT_PASSWORD example_password
WIKI_DB_PASS example_password
WP_DB_ROOT_PW example_password
WP_DB_USER_PW example_password
FORGEJO_DOMAIN git.example.org
FORGEJO_ROOT_URL https://git.example.org/