mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 10:16:15 +00:00
debug
This commit is contained in:
+3
-16
@@ -5,23 +5,10 @@ services:
|
||||
restart: always
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile_alpine
|
||||
# dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./env:/app/.env
|
||||
ports:
|
||||
- "8088:8000"
|
||||
mydb:
|
||||
image: "mariadb:10.5"
|
||||
container_name: "mydb"
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root_password
|
||||
- MYSQL_DATABASE=db
|
||||
- MYSQL_USER=db_user
|
||||
- MYSQL_PASSWORD=db_password
|
||||
ports:
|
||||
- "3306:3306"
|
||||
# networks:
|
||||
# - app_myphp_fpm
|
||||
volumes:
|
||||
- ./data_db/database:/var/lib/mysql
|
||||
#volumes:
|
||||
# - ./data_db/conf:/app/conf/
|
||||
+1
-1
@@ -18,7 +18,7 @@ log_max_age=7
|
||||
max_backups=3
|
||||
|
||||
#数据库类型,默认为mysql类型,可配置项: postgres,mysql,sqlite
|
||||
db_type=postgres
|
||||
db_type=sqlite
|
||||
|
||||
# sqlite配置
|
||||
sqlite_database_filename=
|
||||
|
||||
Reference in New Issue
Block a user