Adisun Wheelock
04/24/2020, 5:58 PMdocker-compose.yml
(in prefect/cli) that is ran upon prefect server start
brings up a postgres instance. If I already had a postgres instance running, is it possible through the CLI to omit bringing up the postgres instance that is in the docker-compose.yml
? Similar to docker-compose up
.postgres
service in that docker-compose.yml
but wondering if there was a better way.docker-compose.yml
josh
04/24/2020, 6:03 PM--postgres-port
Adisun Wheelock
04/24/2020, 6:04 PMjosh
04/24/2020, 6:04 PMAdisun Wheelock
04/24/2020, 6:05 PM