homelab/terraform
2024-10-23 20:25:38 -03:00
..
modules feat: added Redis to homelab 2024-10-23 20:25:38 -03:00
.gitignore url: adguard & vault added to caddy 2023-08-10 14:30:02 -03:00
main.tf feat: added Redis to homelab 2024-10-23 20:25:38 -03:00
providers.tf Postgree + PgAdmin 2023-12-04 22:29:52 -03:00
README.md infra: properly save pgadmin data 2023-12-30 23:21:05 -03:00
variables.tf feat(nomad): twitchminer deploy 2024-05-03 20:41:43 -03:00

Common errors

PGAdmin

Because of how pgadmin container works, you neeed to give permission to /alloc/pgadmin folder at nomad node so we can share our data between task allocations:

mkdir /alloc/pgadmin
sudo chown -R 5050:5050 /alloc/pgadmin

Source: https://www.pgadmin.org/docs/pgadmin4/8.1/container_deployment.html#mapped-files-and-directories