Compare commits

..

2 Commits

Author SHA1 Message Date
0a8d754365 gitignore stumpdir 2026-04-13 22:28:38 +00:00
c34789a631 fix stump compose 2026-04-13 22:27:48 +00:00
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
gitea
.env
pmb-pf
stump
venv
zapp.db
db/bu

View File

@@ -23,6 +23,6 @@ PyJWT==2.9.0
python-dotenv==1.0.1
SQLAlchemy==2.0.31
typing_extensions==4.12.2
uWSGI==2.0.26
uWSGI==2.0.28
Werkzeug==3.0.3
WTForms==3.1.2

View File

@@ -31,7 +31,7 @@ services:
#tty: true
restart: always
# Comment following line to use flask (1worker, dev), uncomment to use uwsgi (wsgi)
command: ["uwsgi", "--http", "0.0.0.0:8000", "--master", "-p", "4", "-w", "microblog:app"]
command: ["uwsgi", "--http", "0.0.0.0:8000", "--master", "-p", "4", "--buffer-size", "16384", "--limit-as", "2048", "-w", "microblog:app"]
container_name: backend
environment:
- MYSQL_USER=flasku
@@ -151,7 +151,8 @@ services:
- PUID=1000
- PGID=1000
restart: unless-stopped
networks:
- frontnet
sshtun:
build: