You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I however don't see where I can pass in the username and password for the postgres database as environment variables e.g. something like user=scheduler password=somepassword
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
To run pg_timetable according to your documentation you run the following docker command
docker run --rm -e PGTT_PGHOST=127.0.0.1 -e PGTT_PGPORT=5432 -e cybertecpostgresql/pg_timetable:latest -c worker001
I however don't see where I can pass in the username and password for the postgres database as environment variables e.g. something like user=scheduler password=somepassword
The text was updated successfully, but these errors were encountered: