cooder's recent timeline updates
cooder

cooder

V2EX member #441800, joined on 2019-09-18 13:47:46 +08:00
Per cooder's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
cooder's recent replies
新年快乐
@balancircle

```yaml
version: '3.9'

services:
db:
image: mysql:latest
command: --default-authentication-plugin=mysql_native_password
environment:
# 请修改为自己的密码
MYSQL_ROOT_PASSWORD: 123456
TZ: 'Asia/Shanghai'
MYSQL_DATABASE: 'wewe-rss'
# ports:
# - 13306:3306
volumes:
- db_data:/var/lib/mysql
healthcheck:
test: ['CMD', 'mysqladmin', 'ping', '-h', 'localhost']
timeout: 45s
interval: 10s
retries: 10

server:
image: cooderl/wewe-rss:latest
ports:
- 4000:4000
depends_on:
db:
condition: service_healthy
environment:
# 数据库连接地址
- DATABASE_URL=mysql://root:123456@db:3306/wewe-rss?schema=public&connect_timeout=30&pool_timeout=30&socket_timeout=30
# 服务接口请求授权码
- AUTH_CODE=123567
# 提取全文内容模式
# - FEED_MODE=fulltext
# 服务接口请求限制,每分钟请求次数
- MAX_REQUEST_PER_MINUTE=60
# 外网访问时,需设置为服务器的公网 IP 或者域名地址
- SERVER_ORIGIN_URL=http://localhost:4000

networks:
wewe-rss:

volumes:
db_data:

```
@ahsuia nextjs 打包的镜像问题太多,去掉了。换了新的镜像,看一下 readme
@barfi1316 拉一下最新代码试试
@barfi1316 这..我看看咋回事
@jeanz 可以的,我抽空改一下打个镜像
@cue
@zsanshao
@shuxhan

docker 加上了
@LeslieLeung 感谢支持。这个基于微信读书同步公众号文章,我自己稳定使用几年了
Dec 19, 2023
Replied to a topic by cooder OpenAI Claude 是不是变笨了!
@nonozone 啊,这。。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2860 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 10:33 · PVG 18:33 · LAX 03:33 · JFK 06:33
♥ Do have faith in what you're doing.