change
Some checks failed
Deploy Django Application to Server / deploy (push) Failing after 10s
Telegram Notifications / Telegram Gate (push) Failing after 5s

This commit is contained in:
2026-03-03 06:42:53 +00:00
parent 0229a0595c
commit 8d172c6393
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM python:3.10-slim-buster
#FROM python:3.10-slim-buster
FROM python:3.10-slim-bullseye
# Set environment variables to ensure UTF-8 encoding
ENV PYTHONUNBUFFERED=1 \

View File

@@ -19,7 +19,7 @@ services:
# - redis
db:
image: postgres:15-alpine
image: postgres:16-alpine
restart: always
environment:
POSTGRES_DB: djangodefault

Binary file not shown.