Re-bootstrap as template repository

This commit is contained in:
Luke Murphy 2020-06-17 08:40:49 +02:00
parent 0f5cfb6f50
commit b4d507262c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 1 additions and 60 deletions

View File

@ -1,25 +0,0 @@
---
kind: pipeline
name: deploy to swarm.autonomic.zone
steps:
- name: deployment
image: decentral1se/drone-stack:19.03.8-override-compose
settings:
compose: docker-compose.yml
host: tcp://swarm.autonomic.zone:2376
override_compose: docker-compose.production.yml
stack_name: portainer
tlsverify: true
environment:
PLUGIN_CACERT:
from_secret: docker_cacert
PLUGIN_CERT:
from_secret: docker_cert
PLUGIN_KEY:
from_secret: docker_key
trigger:
branch:
- master
event:
exclude:
- pull_request

View File

@ -1,32 +1,5 @@
# portainer
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/portainer/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/portainer)
> https://portainer.readthedocs.io
> https://portainer.swarm.autonomic.zone
## Development
```bash
$ git clone https://git.autonomic.zone/autonomic-cooperative/portainer && cd portainer
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ docker-compose up
```
Head to the Portainer dashboard:
> http://localhost:9000
You'll have some options to choose for setup. Try the following.
1. Set any admin username/password you like
1. Choose "Local: Manage the local Docker environment" and click "Connect"
You can now manage your local docker installation.
## Production
1. Our [drone.autonomic.zone](https://drone.autonomic.zone/autonomic-cooperative/portainer/) configuration automatically deploys.
1. For a manual deploy guide, see [this documentation](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/working-with-docker-swarm).
**Work In Progress.**

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

View File

@ -1 +0,0 @@
docker-compose==1.25.5