You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
9
9
10
10
## Up and Running
11
11
12
-
Assuming you've just cloned this repository, the following steps
12
+
Assuming you've just cloned this repository, the following steps
13
13
will get you up and running in no time!
14
14
15
+
There may need to be modifications to the included `docker-compose.yml` file to accommodate your needs or your environment. These instructions are a guideline for what you should generally do.
16
+
15
17
1.`mkdir -p data/{sentry,postgres}` - Make our local database and sentry config directories.
16
18
This directory is bind-mounted with postgres so you don't lose state!
17
19
2.`docker-compose run --rm web config generate-secret-key` - Generate a secret key.
@@ -27,7 +29,7 @@ be fine stopping and removing the containers without worry.
27
29
## Securing Sentry with SSL/TLS
28
30
29
31
If you'd like to protect your Sentry install with SSL/TLS, there are
30
-
fantastic SSL/TLS proxies like [HAProxy](http://www.haproxy.org/)
32
+
fantastic SSL/TLS proxies like [HAProxy](http://www.haproxy.org/)
0 commit comments