We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba67a8f commit fca8cccCopy full SHA for fca8ccc
2 files changed
{{cookiecutter.project_name}}/template_minimal/Dockerfile
@@ -1,6 +1,6 @@
1
# See https://unit.nginx.org/installation/#docker-images
2
3
-FROM nginx/unit:1.26.1-python3.10
+FROM nginx/unit:1.28.0-python3.10
4
5
ENV PYTHONUNBUFFERED 1
6
{{cookiecutter.project_name}}/template_minimal/docker-compose.dev.yml
@@ -28,6 +28,7 @@ services:
28
- .env
29
environment:
30
- DEFAULT_DATABASE_HOSTNAME=postgres
31
+ - DEFAULT_DATABASE_PORT=5432
32
ports:
33
- 80:80
34
0 commit comments