fix stump compose

This commit is contained in:
2026-04-13 22:27:48 +00:00
parent 49d08e8f42
commit c34789a631
124 changed files with 1529 additions and 3 deletions

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: