Pi-hole app
This commit is contained in:
parent
f872590d00
commit
dd4ffc2a4d
5 changed files with 6 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -17,3 +17,6 @@ app-data/nextcloud/data/redis/*
|
||||||
|
|
||||||
# wg-easy app
|
# wg-easy app
|
||||||
!app-data/wg-easy/.gitkeep
|
!app-data/wg-easy/.gitkeep
|
||||||
|
|
||||||
|
# Pi-hole app
|
||||||
|
app-data/pi-hole/*
|
|
@ -79,6 +79,7 @@ compose() {
|
||||||
|
|
||||||
# Vars to use in compose file
|
# Vars to use in compose file
|
||||||
export APP_DATA_DIR="${app_data_dir}"
|
export APP_DATA_DIR="${app_data_dir}"
|
||||||
|
export APP_PASSWORD="password"
|
||||||
|
|
||||||
docker-compose \
|
docker-compose \
|
||||||
--env-file "${env_file}" \
|
--env-file "${env_file}" \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"installed": "wg-easy nextcloud"
|
"installed": "wg-easy nextcloud pi-hole"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue