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
- Host: GitHub
- URL: https://github.com/firstandthird/swarm-stacks
- Owner: firstandthird
- Created: 2017-05-31T21:03:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T17:47:04.000Z (about 9 years ago)
- Last Synced: 2025-06-12T17:06:17.924Z (about 1 year ago)
- Size: 18.6 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```