check
This commit is contained in:
0
code/environments/production/data/common.yaml
Normal file → Executable file
0
code/environments/production/data/common.yaml
Normal file → Executable file
0
code/environments/production/data/nodes/arch-2.lxd.yaml → code/environments/production/data/nodes/arch-test.1.yml
Normal file → Executable file
0
code/environments/production/data/nodes/arch-2.lxd.yaml → code/environments/production/data/nodes/arch-test.1.yml
Normal file → Executable file
0
code/environments/production/hiera.yaml
Normal file → Executable file
0
code/environments/production/hiera.yaml
Normal file → Executable file
0
code/environments/production/manifests/site.pp
Normal file → Executable file
0
code/environments/production/manifests/site.pp
Normal file → Executable file
0
code/environments/production/manifests/test.pp
Normal file → Executable file
0
code/environments/production/manifests/test.pp
Normal file → Executable file
0
config/openvoxdb/database.ini
Normal file → Executable file
0
config/openvoxdb/database.ini
Normal file → Executable file
0
config/postgres/pg_hba.conf
Normal file → Executable file
0
config/postgres/pg_hba.conf
Normal file → Executable file
0
config/postgres/postgresql.conf
Normal file → Executable file
0
config/postgres/postgresql.conf
Normal file → Executable file
0
config/postgres/script/init-pg-trgm.sql
Normal file → Executable file
0
config/postgres/script/init-pg-trgm.sql
Normal file → Executable file
0
config/postgres/script/setup_readonly_user.sql
Normal file → Executable file
0
config/postgres/script/setup_readonly_user.sql
Normal file → Executable file
0
config/puppet/puppet.conf
Normal file → Executable file
0
config/puppet/puppet.conf
Normal file → Executable file
0
deploy_openvox.yml
Normal file → Executable file
0
deploy_openvox.yml
Normal file → Executable file
2
docker-compose.yml
Normal file → Executable file
2
docker-compose.yml
Normal file → Executable file
@@ -65,7 +65,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "PGPASSWORD=${POSTGRES_PASSWORD} pg_isready -h postgres -p 5432 -U openvox"]
|
test: ["CMD-SHELL", "PGPASSWORD=${POSTGRES_PASSWORD} pg_isready -h postgres -p 5432 -U openvox -d openvoxdb"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|||||||
0
hiera_config.md
Normal file → Executable file
0
hiera_config.md
Normal file → Executable file
0
openvox_bugs.md
Normal file → Executable file
0
openvox_bugs.md
Normal file → Executable file
6
~/.config/mpd/mpd.conf
Normal file
6
~/.config/mpd/mpd.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
music_directory "~/Music"
|
||||||
|
playlist_directory "~/.config/mpd/playlists"
|
||||||
|
db_file "~/.config/mpd/database"
|
||||||
|
log_file "~/.config/mpd/log"
|
||||||
|
pid_file "~/.config/mpd/pid"
|
||||||
|
state_file "~/.config/mpd/state"
|
||||||
Reference in New Issue
Block a user