Giter Site home page Giter Site logo

guitarrapc / docker-atlantis-ansible Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 34 KB

docker for atlantis with ansible

Home Page: https://hub.docker.com/r/guitarrapc/atlantis-ansible-dokcer/

License: Apache License 2.0

Dockerfile 100.00%
docker atlantis ansible ngrok

docker-atlantis-ansible's Introduction

atlantis-ansible-dokcer

CircleCI

docker image for atlantis docker with ansible support.

Base Image

https://hub.docker.com/r/runatlantis/atlantis/

Base Dockerfile

https://github.com/runatlantis/atlantis/blob/master/Dockerfile

Components

  • atlantis
  • ansible
  • azure-cli
  • kubergrunt

atlantis and ngrok docker-compose sample.

boot atlantis and ngrok. atlantis contains ansible and aws credential. Also azure credential will be pass via env_file atlantis.env.

host directory tree

├── ansible
├── atlantis.env
├── atlantis.yaml
├── terraform // both aws and azure supported
└── docker-compose.yml

docker-compose sample

version: "2"
services:
  atlantis:
    container_name: atlantis
    restart: always
    image: "guitarrapc/atlantis-ansible-dokcer"
    volumes:
      - ~/.ssh:/home/atlantis/.ssh
      - ~/.aws:/home/atlantis/.aws
      - ~/.ansible:/home/atlantis/.ansible
      - ${PWD}/ansible/playbooks/ansible.cfg:/home/atlantis/.ansible.cfg:rw
    ports:
      - 4141:4141
    env_file:
      - ./atlantis.env
  ngrok:
    container_name: ngrok
    image: "wernight/ngrok"
    volumes:
      - ~/.ngrok2/:/home/ngrok/.ngrok2/
    ports:
      - "0.0.0.0:4040:4040"
    links:
      - atlantis
    environment:
      - NGROK_PORT=atlantis:4141

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.