mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
fix: use firefox, remove db container
This commit is contained in:
@@ -13,3 +13,4 @@ jobs:
|
|||||||
cd /home/ubuntu/apps/linebot_finance
|
cd /home/ubuntu/apps/linebot_finance
|
||||||
git pull
|
git pull
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
|
|
||||||
|
|||||||
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
app/.python-version
Normal file → Executable file
0
app/.python-version
Normal file → Executable file
0
app/DB/Models.py
Normal file → Executable file
0
app/DB/Models.py
Normal file → Executable file
0
app/DB/Session.py
Normal file → Executable file
0
app/DB/Session.py
Normal file → Executable file
0
app/Dockerfile
Normal file → Executable file
0
app/Dockerfile
Normal file → Executable file
0
app/Invoice/Router.py
Normal file → Executable file
0
app/Invoice/Router.py
Normal file → Executable file
0
app/Linebot_handler/Captcha_state.py
Normal file → Executable file
0
app/Linebot_handler/Captcha_state.py
Normal file → Executable file
0
app/Linebot_handler/Expense.py
Normal file → Executable file
0
app/Linebot_handler/Expense.py
Normal file → Executable file
0
app/Linebot_handler/Handlers.py
Normal file → Executable file
0
app/Linebot_handler/Handlers.py
Normal file → Executable file
0
app/Linebot_handler/Router.py
Normal file → Executable file
0
app/Linebot_handler/Router.py
Normal file → Executable file
0
app/README.md
Normal file → Executable file
0
app/README.md
Normal file → Executable file
0
app/Trading/Router.py
Normal file → Executable file
0
app/Trading/Router.py
Normal file → Executable file
0
app/captcha_state.py
Normal file → Executable file
0
app/captcha_state.py
Normal file → Executable file
0
app/config.py
Normal file → Executable file
0
app/config.py
Normal file → Executable file
0
app/create_rich_menu.py
Normal file → Executable file
0
app/create_rich_menu.py
Normal file → Executable file
0
app/invoice_fetcher.py
Normal file → Executable file
0
app/invoice_fetcher.py
Normal file → Executable file
0
app/main.py
Normal file → Executable file
0
app/main.py
Normal file → Executable file
0
app/old_main.py
Normal file → Executable file
0
app/old_main.py
Normal file → Executable file
0
app/pyproject.toml
Normal file → Executable file
0
app/pyproject.toml
Normal file → Executable file
0
app/requirement.txt
Normal file → Executable file
0
app/requirement.txt
Normal file → Executable file
0
app/rich_menu.png
Normal file → Executable file
0
app/rich_menu.png
Normal file → Executable file
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
0
app/uv.lock
generated
Normal file → Executable file
0
app/uv.lock
generated
Normal file → Executable file
18
docker-compose.yml
Normal file → Executable file
18
docker-compose.yml
Normal file → Executable file
@@ -1,4 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build: ./app
|
build: ./app
|
||||||
@@ -6,22 +5,5 @@ services:
|
|||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/app
|
- ./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
1
postgres_data/PG_VERSION
Executable file
@@ -0,0 +1 @@
|
|||||||
|
15
|
||||||
BIN
postgres_data/base/1/112
Executable file
BIN
postgres_data/base/1/112
Executable file
Binary file not shown.
BIN
postgres_data/base/1/113
Executable file
BIN
postgres_data/base/1/113
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1247
Executable file
BIN
postgres_data/base/1/1247
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1247_fsm
Executable file
BIN
postgres_data/base/1/1247_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1247_vm
Executable file
BIN
postgres_data/base/1/1247_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1249
Executable file
BIN
postgres_data/base/1/1249
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1249_fsm
Executable file
BIN
postgres_data/base/1/1249_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1249_vm
Executable file
BIN
postgres_data/base/1/1249_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1255
Executable file
BIN
postgres_data/base/1/1255
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1255_fsm
Executable file
BIN
postgres_data/base/1/1255_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1255_vm
Executable file
BIN
postgres_data/base/1/1255_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1259
Executable file
BIN
postgres_data/base/1/1259
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1259_fsm
Executable file
BIN
postgres_data/base/1/1259_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/1259_vm
Executable file
BIN
postgres_data/base/1/1259_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13454
Executable file
BIN
postgres_data/base/1/13454
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13454_fsm
Executable file
BIN
postgres_data/base/1/13454_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13454_vm
Executable file
BIN
postgres_data/base/1/13454_vm
Executable file
Binary file not shown.
0
postgres_data/base/1/13457
Executable file
0
postgres_data/base/1/13457
Executable file
BIN
postgres_data/base/1/13458
Executable file
BIN
postgres_data/base/1/13458
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13459
Executable file
BIN
postgres_data/base/1/13459
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13459_fsm
Executable file
BIN
postgres_data/base/1/13459_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13459_vm
Executable file
BIN
postgres_data/base/1/13459_vm
Executable file
Binary file not shown.
0
postgres_data/base/1/13462
Executable file
0
postgres_data/base/1/13462
Executable file
BIN
postgres_data/base/1/13463
Executable file
BIN
postgres_data/base/1/13463
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13464
Executable file
BIN
postgres_data/base/1/13464
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13464_fsm
Executable file
BIN
postgres_data/base/1/13464_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13464_vm
Executable file
BIN
postgres_data/base/1/13464_vm
Executable file
Binary file not shown.
0
postgres_data/base/1/13467
Executable file
0
postgres_data/base/1/13467
Executable file
BIN
postgres_data/base/1/13468
Executable file
BIN
postgres_data/base/1/13468
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13469
Executable file
BIN
postgres_data/base/1/13469
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13469_fsm
Executable file
BIN
postgres_data/base/1/13469_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/13469_vm
Executable file
BIN
postgres_data/base/1/13469_vm
Executable file
Binary file not shown.
0
postgres_data/base/1/13472
Executable file
0
postgres_data/base/1/13472
Executable file
BIN
postgres_data/base/1/13473
Executable file
BIN
postgres_data/base/1/13473
Executable file
Binary file not shown.
0
postgres_data/base/1/1417
Executable file
0
postgres_data/base/1/1417
Executable file
0
postgres_data/base/1/1418
Executable file
0
postgres_data/base/1/1418
Executable file
BIN
postgres_data/base/1/174
Executable file
BIN
postgres_data/base/1/174
Executable file
Binary file not shown.
BIN
postgres_data/base/1/175
Executable file
BIN
postgres_data/base/1/175
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2187
Executable file
BIN
postgres_data/base/1/2187
Executable file
Binary file not shown.
0
postgres_data/base/1/2224
Executable file
0
postgres_data/base/1/2224
Executable file
BIN
postgres_data/base/1/2228
Executable file
BIN
postgres_data/base/1/2228
Executable file
Binary file not shown.
0
postgres_data/base/1/2328
Executable file
0
postgres_data/base/1/2328
Executable file
0
postgres_data/base/1/2336
Executable file
0
postgres_data/base/1/2336
Executable file
BIN
postgres_data/base/1/2337
Executable file
BIN
postgres_data/base/1/2337
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2579
Executable file
BIN
postgres_data/base/1/2579
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2600
Executable file
BIN
postgres_data/base/1/2600
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2600_fsm
Executable file
BIN
postgres_data/base/1/2600_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2600_vm
Executable file
BIN
postgres_data/base/1/2600_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2601
Executable file
BIN
postgres_data/base/1/2601
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2601_fsm
Executable file
BIN
postgres_data/base/1/2601_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2601_vm
Executable file
BIN
postgres_data/base/1/2601_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2602
Executable file
BIN
postgres_data/base/1/2602
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2602_fsm
Executable file
BIN
postgres_data/base/1/2602_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2602_vm
Executable file
BIN
postgres_data/base/1/2602_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2603
Executable file
BIN
postgres_data/base/1/2603
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2603_fsm
Executable file
BIN
postgres_data/base/1/2603_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2603_vm
Executable file
BIN
postgres_data/base/1/2603_vm
Executable file
Binary file not shown.
0
postgres_data/base/1/2604
Executable file
0
postgres_data/base/1/2604
Executable file
BIN
postgres_data/base/1/2605
Executable file
BIN
postgres_data/base/1/2605
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2605_fsm
Executable file
BIN
postgres_data/base/1/2605_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2605_vm
Executable file
BIN
postgres_data/base/1/2605_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2606
Executable file
BIN
postgres_data/base/1/2606
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2606_fsm
Executable file
BIN
postgres_data/base/1/2606_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2606_vm
Executable file
BIN
postgres_data/base/1/2606_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2607
Executable file
BIN
postgres_data/base/1/2607
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2607_fsm
Executable file
BIN
postgres_data/base/1/2607_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2607_vm
Executable file
BIN
postgres_data/base/1/2607_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2608
Executable file
BIN
postgres_data/base/1/2608
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2608_fsm
Executable file
BIN
postgres_data/base/1/2608_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2608_vm
Executable file
BIN
postgres_data/base/1/2608_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2609
Executable file
BIN
postgres_data/base/1/2609
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2609_fsm
Executable file
BIN
postgres_data/base/1/2609_fsm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2609_vm
Executable file
BIN
postgres_data/base/1/2609_vm
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2610
Executable file
BIN
postgres_data/base/1/2610
Executable file
Binary file not shown.
BIN
postgres_data/base/1/2610_fsm
Executable file
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
Reference in New Issue
Block a user