mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-03 06:36:36 -03:00
.. | ||
modules | ||
main.tf | ||
providers.tf | ||
README.md | ||
variables.tf |
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