https://github.com/thpham/atlantis
https://github.com/thpham/atlantis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thpham/atlantis
- Owner: thpham
- License: apache-2.0
- Created: 2020-12-17T00:18:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T23:00:20.000Z (about 5 years ago)
- Last Synced: 2025-04-03T00:29:11.717Z (about 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## atlantis

docker image for atlantis docker with various support.
**Base Image**
> https://hub.docker.com/r/runatlantis/atlantis/
Base Dockerfile
> https://github.com/runatlantis/atlantis/blob/master/Dockerfile
## Components
* atlantis
* ansible
* awscli
* kubergrunt
* terragrunt
## atlantis docker-compose sample.
boot atlantis and ...
atlantis contains ansible and aws credential.
Also AWS credential will be pass via env_file `atlantis.env`.
host directory tree
```
├── ansible
├── atlantis.env
├── atlantis.yaml
├── terraform
└── docker-compose.yml
```