Skip to content

Commit b593013

Browse files
committed
🔨 移除部分无效配置。
1 parent b30460d commit b593013

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Makefile.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exec cargo run
2222
'''
2323

2424
[tasks.dev.env]
25+
PORT = "8101"
2526
DB_HOST = "127.0.0.1"
2627
DB_PORT = "5432"
2728
DB_USERNAME = "genshin_map"

dev.compose.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,7 @@ services:
4040
- minio-data:/data
4141
restart: unless-stopped
4242

43-
# alist:
44-
# image: xhofe/alist:latest
45-
# container_name: test-alist
46-
# ports:
47-
# - "5244:5244"
48-
# volumes:
49-
# - alist-data:/data
50-
# restart: unless-stopped
51-
5243
volumes:
5344
postgres-data:
5445
redis-data:
5546
minio-data:
56-
# alist-data:

0 commit comments

Comments
 (0)