Skip to content

Commit

Permalink
1. 优化部署yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bboysoulcn committed Apr 12, 2024
1 parent ba44425 commit 2f4ab76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploymet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: MONITOR_INTERVAL
value: "300"
- name: TG_API_BASE_URL
value: "https://api.telegram.org"
value: "https://api.telegram.org/bot"
- name: DISK_PATH
value: "/host"
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- MEMORY_PERCENT=80
- DISK_PERCENT=80
- MONITOR_INTERVAL=300
- TG_API_BASE_URL=https://api.telegram.org
- TG_API_BASE_URL=https://api.telegram.org/bot
- DISK_PATH=/host
network_mode: host
pid: host
Expand Down

0 comments on commit 2f4ab76

Please sign in to comment.