broad-zoo-34077
08/04/2022, 11:25 AMlittle-author-61621
some-apple-28897
08/04/2022, 11:38 AMsome-apple-28897
08/10/2022, 9:27 AMversion: "3.8"
services:
infracost:
image: infracost/infracost:ci-0.10
container_name: infracost
restart: on-failure
environment:
- INFRACOST_API_KEY
volumes:
- .:/home/root/code/
command: >
"infracost breakdown --path . --format json --out-file ~/infracost-base.json"
I am simply trying to run it, by having everything defined in 1 docker-compose.yml file but i can't find any support for this approach