We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c4617 commit 5804fc2Copy full SHA for 5804fc2
docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
dockerfile: Dockerfile
31
container_name: django4${COMPOSE_PROJECT_NAME}
32
healthcheck:
33
- test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8000/"
+ test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8001/"
34
start_period: 60s
35
interval: 60s
36
timeout: 10s
src/uwsgi.ini
@@ -1,6 +1,6 @@
1
[uwsgi]
2
-socket = 0.0.0.0:8000
3
-# http-socket = 0.0.0.0:8000
+uwsgi-socket = 0.0.0.0:8000
+http-socket = 0.0.0.0:8001
4
logto = /var/log/geonode.log
5
# pidfile = /tmp/geonode.pid
6
0 commit comments