Skip to content

Commit

Permalink
ci: add db password envvar to docker-dev (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Feb 9, 2024
1 parent a0e1de5 commit 701926c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ x-environment:
- EDA_ACTIVATION_RESTART_SECONDS_ON_FAILURE=${EDA_ACTIVATION_RESTART_SECONDS_ON_FAILURE:-60}
- EDA_SECRET_KEY=${EDA_SECRET_KEY:-'insecure'}
- EDA_DEBUG=${EDA_DEBUG:-'True'}
- EDA_DB_PASSWORD=${EDA_DB_PASSWORD:-'secret'}

services:
podman-pre-setup:
Expand Down

0 comments on commit 701926c

Please sign in to comment.