Jesper van Dijke
10/20/2020, 11:19 PMWARNING: The PREFECT_SERVER_DB_CMD variable is not set. Defaulting to a blank string.
WARNING: The DB_CONNECTION_URL variable is not set. Defaulting to a blank string.
WARNING: The POSTGRES_DB variable is not set. Defaulting to a blank string.
WARNING: The POSTGRES_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The POSTGRES_USER variable is not set. Defaulting to a blank string.
has to do with env vs export (shell vs bash), I've added added a .env
file with the postgres var information and that actually worked when running docker-compose up
searched it and it has to do with docker-compose. Not sure if its a bug in server.py
Docker docker-compose environment vars
Maybe someone is able to verify?Jenny
10/20/2020, 11:42 PMJesper van Dijke
10/21/2020, 12:28 AMgraphql_1 | bash: -c: line 0: syntax error near unexpected token `&&'
graphql_1 | bash: -c: line 0: ` && python src/prefect_server/services/graphql/server.py'