3 Commits

Author SHA1 Message Date
Stepan Vladovskiy
1156a32a88 feat: move map from nginx sigil to nginx global config
All checks were successful
Deploy to discoursio-api / deploy (push) Successful in 1m54s
2025-01-30 12:40:24 -03:00
d848af524f runtime-fix 2024-12-21 23:31:19 +03:00
c9f88c36cd trigdeploy 2024-12-21 23:00:30 +03:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:slim
FROM python:3.11-slim
WORKDIR /app
EXPOSE 8080

View File

@@ -1,4 +1,4 @@
aiohttp
aiohttp==3.8.6
alembic==1.11.3
ariadne>=0.17.0
asyncio~=3.4.3

1
runtime.txt Normal file
View File

@@ -0,0 +1 @@
python-3.11.7