TwentyT
Twenty2y ago
50 replies
greg [iero]

I replaced the server url in the test:

I replaced the server url in the test:

test: curl --fail http://${SERVER_URL}/healthz


I'm not confortable with the POSTGRES_ADMIN_PASSWORD line without a password. I'm not familiar with this process. When is this password setup?
Is it OK to update it after launching the first docker compose? It might be better to setup a password automaticaly.

Maybe we could use this command to create a random password here:
LC_ALL=C tr -dc '[:graph:]' </dev/urandom | head -c 18; echo
Was this page helpful?