2
0
Commit Graph

19 Commits

Author SHA1 Message Date
Burak Yigit Kaya
7b10fea284
fix(volumes): Fix creation of random volumes at every run (#291)
Plugs all the holes (VOLUME defs) in the images we use so they at least persist across runs/restarts for things like random logs or SMTP spool. This also fixes symbolicator_cleanup service not having access to symbolicator data.
2019-12-04 02:29:01 +03:00
Burak Yigit Kaya
6c0d7e48f0
fix(kafka): Disable support metrics in Kafka & ZK (#290)
Disables the annoying automatic support metrics for Kafka and ZK while defaulting all logs to WARN level, instead of some being WARN and some ERROR.
2019-12-04 01:30:24 +03:00
Burak Yigit Kaya
62c0cb16bf
ref(kafka): Simpler kafka listener setup (#288) 2019-12-04 00:53:38 +03:00
Burak Yigit Kaya
b461a7591d
feat(symbolicator): Use the image from Docker Hub for symbolicat… (#282) 2019-11-26 02:33:04 +03:00
Burak Yigit Kaya
5d064c2224
feat(sentry10): Make on-premise work for Sentry 10 (#220) 2019-11-12 02:18:59 +03:00
Burak Yigit Kaya
ea78661e36
build(travis): Use :latest tag for getsentry/sentry (#252) 2019-10-14 21:31:38 +03:00
Burak Yigit Kaya
13b510fc14
fix(install): Fix invalid reference format again (#231)
Fix #230.
2019-07-26 09:50:46 +03:00
Burak Yigit Kaya
9177155c79
feat(nightlies): Add ability to build from nightlies (#211)
This patch adds the optional IMAGE env variable to set the base
image and adds nightly builds to Travis CI.
2019-07-08 18:56:51 +03:00
McSneaky
cd13427aa9 Use alpine images (#137)
* Use alpine images

* Updated memcahced version from 1.4. to 1.5

* Reverted Postgres back to regular image
2018-11-11 10:20:48 -08:00
eritikass
e21d9a3972 Improve setup (#123)
* declare sentry volumes external

* move SENTRY_SECRET_KEY to .env file (not in git repo)

* ignore docker-compose.override.yml to allow extending
2018-10-17 10:02:22 -07:00
Julien Bouquillon
4c00924afe Docker compose 3.4 (#105)
* Update README.md

* docker-compose: use version:3.4

* readme fix
2018-07-13 07:28:45 -07:00
kk
d971a8d894 Add restart policy unless-stopped (#51) 2017-08-08 12:15:36 -07:00
Matt Robenolt
177ed0efa8 Indicate more clearly that docker-compose is just a guideline
Fixes #5 #9 #15 #19
2016-11-10 20:17:40 -08:00
Bogdan Mihai
53f7e10ea7 Compartmentalize data folder 2016-08-04 17:50:24 +03:00
Bogdan Mihai
48ee93f42e Mount docker postgres volume on host 2016-08-03 19:21:59 +03:00
Matt Robenolt
1442e54645 Update for official docs 2016-06-28 12:03:38 -07:00
Matt Robenolt
8882e35c31 Update docker-compose file 2016-06-24 12:21:32 -07:00
Matt Robenolt
64ceb8491c restart policies in docker-compose is not the best idea 2016-05-27 17:39:09 -07:00
Matt Robenolt
21b300226e mv docker-compose.yml{.example,} 2016-05-27 17:01:34 -07:00