homelab/terraform
2024-10-29 02:28:35 -03:00
..
modules added postiz but I'm not using it anymore, not useful to me 2024-10-29 02:28:35 -03:00
.gitignore url: adguard & vault added to caddy 2023-08-10 14:30:02 -03:00
main.tf added postiz but I'm not using it anymore, not useful to me 2024-10-29 02:28:35 -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 added postiz but I'm not using it anymore, not useful to me 2024-10-29 02:28:35 -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