fix: use firefox, remove db container

This commit is contained in:
2026-03-14 15:16:21 +00:00
parent a13db655e8
commit 9bfbc2ab1a
1293 changed files with 966 additions and 20 deletions

View File

@@ -13,3 +13,4 @@ jobs:
cd /home/ubuntu/apps/linebot_finance
git pull
docker compose up -d --build

0
.gitignore vendored Normal file → Executable file
View File

0
app/.python-version Normal file → Executable file
View File

0
app/DB/Models.py Normal file → Executable file
View File

0
app/DB/Session.py Normal file → Executable file
View File

0
app/Dockerfile Normal file → Executable file
View File

0
app/Invoice/Router.py Normal file → Executable file
View File

0
app/Linebot_handler/Captcha_state.py Normal file → Executable file
View File

0
app/Linebot_handler/Expense.py Normal file → Executable file
View File

0
app/Linebot_handler/Handlers.py Normal file → Executable file
View File

0
app/Linebot_handler/Router.py Normal file → Executable file
View File

0
app/README.md Normal file → Executable file
View File

0
app/Trading/Router.py Normal file → Executable file
View File

0
app/captcha_state.py Normal file → Executable file
View File

0
app/config.py Normal file → Executable file
View File

0
app/create_rich_menu.py Normal file → Executable file
View File

0
app/invoice_fetcher.py Normal file → Executable file
View File

0
app/main.py Normal file → Executable file
View File

0
app/old_main.py Normal file → Executable file
View File

0
app/pyproject.toml Normal file → Executable file
View File

0
app/requirement.txt Normal file → Executable file
View File

0
app/rich_menu.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
app/uv.lock generated Normal file → Executable file
View File

18
docker-compose.yml Normal file → Executable file
View File

@@ -1,4 +1,3 @@
version: '3.8'
services:
app:
build: ./app
@@ -6,22 +5,5 @@ services:
- "8000:8000"
env_file:
- .env
depends_on:
- db
volumes:
- ./app:/app
- /app/.venv
db:
image: postgres:15
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}
ports:
- "5432:5432"
volumes:
- pgdata:/var/lib/postgresql/data
volumes:
pgdata:

1
postgres_data/PG_VERSION Executable file
View File

@@ -0,0 +1 @@
15

BIN
postgres_data/base/1/112 Executable file

Binary file not shown.

BIN
postgres_data/base/1/113 Executable file

Binary file not shown.

BIN
postgres_data/base/1/1247 Executable file

Binary file not shown.

BIN
postgres_data/base/1/1247_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1247_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1249 Executable file

Binary file not shown.

BIN
postgres_data/base/1/1249_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1249_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1255 Executable file

Binary file not shown.

BIN
postgres_data/base/1/1255_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1255_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1259 Executable file

Binary file not shown.

BIN
postgres_data/base/1/1259_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/1259_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/13454 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13454_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/13454_vm Executable file

Binary file not shown.

0
postgres_data/base/1/13457 Executable file
View File

BIN
postgres_data/base/1/13458 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13459 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13459_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/13459_vm Executable file

Binary file not shown.

0
postgres_data/base/1/13462 Executable file
View File

BIN
postgres_data/base/1/13463 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13464 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13464_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/13464_vm Executable file

Binary file not shown.

0
postgres_data/base/1/13467 Executable file
View File

BIN
postgres_data/base/1/13468 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13469 Executable file

Binary file not shown.

BIN
postgres_data/base/1/13469_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/13469_vm Executable file

Binary file not shown.

0
postgres_data/base/1/13472 Executable file
View File

BIN
postgres_data/base/1/13473 Executable file

Binary file not shown.

0
postgres_data/base/1/1417 Executable file
View File

0
postgres_data/base/1/1418 Executable file
View File

BIN
postgres_data/base/1/174 Executable file

Binary file not shown.

BIN
postgres_data/base/1/175 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2187 Executable file

Binary file not shown.

0
postgres_data/base/1/2224 Executable file
View File

BIN
postgres_data/base/1/2228 Executable file

Binary file not shown.

0
postgres_data/base/1/2328 Executable file
View File

0
postgres_data/base/1/2336 Executable file
View File

BIN
postgres_data/base/1/2337 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2579 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2600 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2600_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2600_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2601 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2601_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2601_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2602 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2602_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2602_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2603 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2603_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2603_vm Executable file

Binary file not shown.

0
postgres_data/base/1/2604 Executable file
View File

BIN
postgres_data/base/1/2605 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2605_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2605_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2606 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2606_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2606_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2607 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2607_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2607_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2608 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2608_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2608_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2609 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2609_fsm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2609_vm Executable file

Binary file not shown.

BIN
postgres_data/base/1/2610 Executable file

Binary file not shown.

BIN
postgres_data/base/1/2610_fsm Executable file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More