Skip to content

Commit

Permalink
feat: changing env var name in compose file
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
  • Loading branch information
HN23 authored and svietry committed Mar 13, 2023
1 parent 7935a8f commit 0d78d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ log:
anchore:
url: http://localhost:8228
user: admin
password: $AEI_ANCHORE_PASSWORD
password: $ANCHORE_ECS_INVENTORY_PASSWORD
http:
insecure: true
timeout-seconds: 10
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ services:
anchore-ecs-inventory:
volumes:
- ./config.yaml:/config.yaml:ro
image: anchore/aei:latest
image: anchore/ecs-inventory:latest
container_name: anchore-ecs-inventory
environment:
AEI_ANCHORE_PASSWORD: ${ANCHORE_ENTERPRISE_PASSWORD:-foobar}
ANCHORE_ECS_INVENTORY_PASSWORD: ${ANCHORE_ECS_INVENTORY_PASSWORD:-foobar}
AWS_REGION: ${AWS_REGION:-us-west-2}
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID:-bar}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY:-foo}
Expand Down

0 comments on commit 0d78d3e

Please sign in to comment.