A collection of docker-compose files intended to be used by the OpenMediaVault Compose Plugin on a NAS/Homeserver.
|
|
1 nedēļu atpakaļ | |
|---|---|---|
| homeassistant | 1 nedēļu atpakaļ | |
| nextcloud | 1 nedēļu atpakaļ | |
| nginx_proxy_manager | 1 nedēļu atpakaļ | |
| pihole | 1 nedēļu atpakaļ | |
| portainer | 1 nedēļu atpakaļ | |
| LICENSE | 1 nedēļu atpakaļ | |
| README.md | 1 nedēļu atpakaļ |
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 |
| 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 |