Skip to content

Commit

Permalink
ci: add envvars to docker-compose-dev (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aizquier@redhat.com>
  • Loading branch information
Alex-Izquierdo authored Feb 9, 2024
1 parent 1006529 commit a0e1de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
env:
DJANGO_SETTINGS_MODULE: aap_eda.settings.default
EDA_DEBUG: "false"
EDA_SECRET_KEY: "verysecret"
run: |
docker-compose -p eda -f docker-compose-dev.yaml build
docker-compose -p eda -f docker-compose-dev.yaml up -d
Expand Down
2 changes: 2 additions & 0 deletions tools/docker/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ x-environment:
- EDA_MAX_RUNNING_ACTIVATIONS=${EDA_MAX_RUNNING_ACTIVATIONS:-5}
- EDA_ACTIVATION_RESTART_SECONDS_ON_COMPLETE=${EDA_ACTIVATION_RESTART_SECONDS_ON_COMPLETE:-60}
- 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'}

services:
podman-pre-setup:
Expand Down

0 comments on commit a0e1de5

Please sign in to comment.