Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanpoland/concourse-vault-docker
A simple, hastle-free template for deploying a Concourse Web UI, Concourse Worker, and Vault in Docker
https://github.com/tristanpoland/concourse-vault-docker
Last synced: 6 days ago
JSON representation
A simple, hastle-free template for deploying a Concourse Web UI, Concourse Worker, and Vault in Docker
- Host: GitHub
- URL: https://github.com/tristanpoland/concourse-vault-docker
- Owner: tristanpoland
- License: apache-2.0
- Created: 2024-09-14T05:13:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:20:08.000Z (3 months ago)
- Last Synced: 2024-12-16T12:40:57.671Z (9 days ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concourse-Vault-Docker
A simple, hastle-free template for deploying a Concourse Web UI, Concourse Worker, and Vault in Docker# Before we start
- Make sure you have docker installed and running and that you have permissions to it (By adding yourself to the `docker` group)# Deploying to Docker
- run `setup.sh` (No, really, it's that easy!)# Using the concourse UI
- your UI is now avalible at the port defined in your docker-compose file under the ``concourse-web`` service
![image](https://github.com/user-attachments/assets/8a9f1b5a-fabc-49ff-8d99-54e4200554a2)# How it works
(To be added with the templates directory)