Changeset View
Changeset View
Standalone View
Standalone View
pillar/paas/docker/docker-002/sentry.sls
- This file was added.
| # ------------------------------------------------------------- | |||||
| # Salt — Provision Docker engine | |||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |||||
| # Project: Nasqueron | |||||
| # License: Trivial work, not eligible to copyright | |||||
| # Service: Sentry | |||||
| # ------------------------------------------------------------- | |||||
| docker_networks: | |||||
| sentry: | |||||
| subnet: 172.18.3.0/24 | |||||
| docker_images: | |||||
| - library/postgres | |||||
| - library/redis:3.2-alpine | |||||
| - library/sentry | |||||
| - tianon/exim4 | |||||
| docker_containers: | |||||
| # | |||||
| # Core services used by Sentry | |||||
| # | |||||
| exim: | |||||
| sentry_smtp: | |||||
| mailname: mx.sentry.nasqueron.org | |||||
| network: sentry | |||||
| memcached: | |||||
| sentry_memcached: | |||||
| version: 1.6.9-alpine | |||||
| network: sentry | |||||
| redis: | |||||
| sentry_redis: | |||||
| network: sentry | |||||
| postgresql: | |||||
| sentry_db: | |||||
| credential: nasqueron.sentry.postgresql | |||||
| # | |||||
| # Services maintained by Sentry | |||||
| # | |||||
| sentry: | |||||
| sentry_web_1: | |||||
| app_port: 26080 | |||||
| host: sentry.nasqueron.org | |||||
| # As an instance is divided between a web, a cron and a worker | |||||
| # containers, we need an identified to share a data volume. | |||||
| realm: nasqueron | |||||
| network: sentry | |||||
| sentry_worker: | |||||
| sentry_worker_1: | |||||
| realm: nasqueron | |||||
| network: sentry | |||||
| sentry_cron: | |||||
| sentry_cron: | |||||
| realm: nasqueron | |||||
| network: sentry | |||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator