Hey, I've been trying to build a docker compose fi...
# ask-community
t
Hey, I've been trying to build a docker compose file to push to ecs and host my dagster instance with a postgresdb container. I'm using this example as a baseline and I wanted to use aws secrets to store my postgresdb password like in this example. I notice though with postgres on there docker images they have a suffix
_FILE
for reading from file, is there a something like `DAGSTER_POSTGRES_PASSWORD_FILE`env variable as well for the container hosting the dagit/daemon?