An open API service indexing awesome lists of open source software.

https://github.com/firstandthird/swarm-stacks

Core containers for running on swarm
https://github.com/firstandthird/swarm-stacks

Last synced: 5 months ago
JSON representation

Core containers for running on swarm

Awesome Lists containing this project

README

          

# swarm-stack-core
Core containers for running on swarm

## Environment Vars

Create an `env` file with these in there:

```
export LOGSPOUT_NAME="swarm"
export LOGSPOUT_COMMAND="syslog://logs5.papertrailapp.com:9999"
export TRAEFIK_LOG=WARN
export DOMAIN="swarm.com"
export LETSENCRYPT_EMAIL="swarm@example.com"
export DEPLOY_SLACK_HOOK="https://hooks.slack.com/services/xxx"
export DEPLOY_SECRET="changeme"
export GITHUB_USERS=user1
```

## Usage

```
source env && docker stack deploy -c core.yml core
```