We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30460d commit b593013Copy full SHA for b593013
Makefile.toml
@@ -22,6 +22,7 @@ exec cargo run
22
'''
23
24
[tasks.dev.env]
25
+PORT = "8101"
26
DB_HOST = "127.0.0.1"
27
DB_PORT = "5432"
28
DB_USERNAME = "genshin_map"
dev.compose.yml
@@ -40,17 +40,7 @@ services:
40
- minio-data:/data
41
restart: unless-stopped
42
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
-
52
volumes:
53
postgres-data:
54
redis-data:
55
minio-data:
56
- # alist-data:
0 commit comments