Compare commits
2 Commits
49d08e8f42
...
0a8d754365
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a8d754365 | |||
| c34789a631 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
gitea
|
||||
.env
|
||||
pmb-pf
|
||||
stump
|
||||
venv
|
||||
zapp.db
|
||||
db/bu
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user