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

Noah Vogt 82142695f4 use UID / GID env vars + add forgejo 1 mês atrás
forgejo 82142695f4 use UID / GID env vars + add forgejo 1 mês atrás
homeassistant a3117b20f8 init commit 2 meses atrás
nextcloud a3117b20f8 init commit 2 meses atrás
nginx_proxy_manager a3117b20f8 init commit 2 meses atrás
pihole 9f1e163215 add wikijs + use host network mode for pihole 1 mês atrás
portainer a3117b20f8 init commit 2 meses atrás
wikijs 82142695f4 use UID / GID env vars + add forgejo 1 mês atrás
wordpress e8f559fe4f add wordpress service 1 mês atrás
LICENSE a3117b20f8 init commit 2 meses atrás
README.md 82142695f4 use UID / GID env vars + add forgejo 1 mês atrás

README.md

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/