We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a088d53 commit ec0f242Copy full SHA for ec0f242
docker-compose.yml
@@ -6,9 +6,9 @@ services:
6
environment:
7
- POSTGRES_HOST_AUTH_METHOD=trust
8
- POSTGRES_DB=djangosnippets
9
-
10
volumes:
11
- postgresdata:/var/lib/postgresql/data
+
12
web:
13
build: .
14
@@ -20,10 +20,7 @@ services:
20
- DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE}
21
- SEARCHBOX_SSL_URL=${SEARCHBOX_SSL_URL}
22
- SESSION_COOKIE_SECURE=${SESSION_COOKIE_SECURE}
23
24
25
command: gunicorn djangosnippets.wsgi:application -b 0.0.0.0:8000 --log-level debug -k gevent -w 2
26
27
28
- .:/code
29
ports:
@@ -32,7 +29,6 @@ services:
32
- db
33
30
- redis
34
31
35
36
redis:
37
restart: always
38
image: redis:3.2.12
0 commit comments