up
This commit is contained in:
2025-09-14 23:13:06 +07:00
parent ee892854a6
commit 9690ed5634
80 changed files with 8417 additions and 0 deletions

24
stacks/hsphweb/sqlpad.yml Normal file
View File

@@ -0,0 +1,24 @@
version: '3.8'
services:
sqlpad:
image: sqlpad/sqlpad:latest
environment:
# Tài khoản admin mặc định
SQLPAD_ADMIN: pvc2@huph.edu.vn
SQLPAD_ADMIN_PASSWORD: pHC@14101999
# Cấu hình DB backend cho SQLPad (Postgres ngoài)
SQLPAD_DB_TYPE: postgres
SQLPAD_DB_HOST: 192.168.1.140
SQLPAD_DB_PORT: 5432
SQLPAD_DB_NAME: sqlpad
SQLPAD_DB_USER: postgres
SQLPAD_DB_PASS: HP_LE1851w
ports:
- "3002:3000"
networks:
- sqlpadnet
networks:
sqlpadnet: