Pi-hole app
This commit is contained in:
parent
f872590d00
commit
dd4ffc2a4d
5 changed files with 6 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -16,4 +16,7 @@ app-data/nextcloud/data/redis/*
|
|||
!app-data/nextcloud/data/redis/.gitkeep
|
||||
|
||||
# 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
|
||||
export APP_DATA_DIR="${app_data_dir}"
|
||||
export APP_PASSWORD="password"
|
||||
|
||||
docker-compose \
|
||||
--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