This repository was archived by the owner on Jul 16, 2021. It is now read-only.
File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ services:
6
6
command : ./manage.py runserver_plus 0.0.0.0:8000
7
7
depends_on :
8
8
- db
9
+ - ws
9
10
volumes :
10
11
- .:/app
11
12
ports :
12
13
- " 8000:8000"
13
14
environment :
14
15
DATABASE_URL : postgres://bookshelf:bookshelf@db/bookshelf
15
16
SENTRY_DSN : http://90cd262318fd4904b735809e4fcde4fc@sentry:9000/1
17
+ CENTRIFUGO_URL : http://ws:8001/
16
18
networks :
17
19
- default
18
20
- sentry
@@ -24,6 +26,11 @@ services:
24
26
POSTGRES_DB : bookshelf
25
27
POSTGRES_USER : bookshelf
26
28
POSTGRES_PASSWORD : bookshelf
29
+ ws :
30
+ image : centrifugo/centrifugo
31
+ command : centrifugo --address 0.0.0.0 --port 8001 --api_insecure --client_insecure
32
+ ports :
33
+ - " 8001:8001"
27
34
networks :
28
35
sentry :
29
36
external :
Original file line number Diff line number Diff line change 1
1
attrs
2
+ cent
2
3
git+https://github.com/dry-python/dependencies.git@master#egg=dependencies
3
4
Django
4
5
django-debug-toolbar
Original file line number Diff line number Diff line change 1
1
attrs == 19.3.0
2
+ cent == 3.0.1
2
3
git+https://github.com/dry-python/dependencies.git@master#egg=dependencies
3
4
Django == 3.0.1
4
5
django-debug-toolbar == 2.1
@@ -14,9 +15,14 @@ Werkzeug==0.16.0
14
15
## The following requirements were added by pip freeze:
15
16
argh == 0.26.2
16
17
asgiref == 3.2.3
18
+ certifi == 2019.11.28
19
+ chardet == 3.0.4
20
+ idna == 2.8
17
21
pathtools == 0.1.2
18
22
pytz == 2019.3
19
23
PyYAML == 5.2
24
+ requests == 2.22.0
20
25
six == 1.13.0
21
26
sqlparse == 0.3.0
27
+ urllib3 == 1.25.7
22
28
watchdog == 0.9.0
You can’t perform that action at this time.
0 commit comments