V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Greendays  ›  全部回复第 13 页 / 共 60 页
回复总数  1198
1 ... 9  10  11  12  13  14  15  16  17  18 ... 60  
133 天前
回复了 Greendays 创建的主题 摄影 2024 年,便携相机有能打的吗?
@wyl986 黑卡 3 现在还推荐吗?
我办公室用的就是一个 JD 的 100 出头的键盘,我也没用过更好的,感觉确实也不差
要不自己搭一个 Stable diffusion 的环境?
打游戏用手柄就好了,工作以后感觉除了变胖以外貌似也没有其他的损伤
@nothingistrue YES 之后的 AMD 性价比不高了吗?
Mini LED 的显示器今年如果能成熟一点那确实打算买一个
136 天前
回复了 kahlkn 创建的主题 职场话题 2024 上班第一天有啥感想没?
放假两天出去吃了两天酒席,只有疲惫
136 天前
回复了 sean908 创建的主题 Windows win10 or win11?
个人体感 win10 的 bug 完全不比 win11 少。。。
最多打到 10 点就行了
现在在一个小工厂工作,可能不得不为了工作开始搞点硬件开发的东西了😂
136 天前
回复了 cfancc 创建的主题 设计 突然发现百度的首页搜索栏,整体重心偏右
哪里偏右了?这么多年都是这样好吧。
其实居委会应该管,可能能力不够管不了。报火警不知道会不会有用?毕竟你也闻到了异味,有点像是火灾。
可能 AMD 能做到吧,但是他们似乎不感兴趣
140 天前
回复了 Legman 创建的主题 问与答 ps5 还是 switch
PS5 上独占的适合小孩子玩的游戏只想到了 GT7……
@a39908646 会用 Docker-compose 的话,参考一下这个,把这个配置文件放到一个任意目录,在该目录下执行 docker-compose up 就可以了


version: "3.8"

#
# WARNING: Make sure to use the docker-compose.yml of the current release:
#
# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
#
# The compose file on main may not be compatible with the latest release.
#

name: immich

services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
command: [ "start.sh", "immich" ]
volumes:
- ./upload:/usr/src/app/upload
# - ./etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:3001
depends_on:
- redis
- database
- typesense
restart: always

immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.yml
# service: hwaccel
command: [ "start.sh", "microservices" ]
volumes:
- ./upload:/usr/src/app/upload
# - ./etc/localtime:/etc/localtime:ro
env_file:
- ./.env
depends_on:
- redis
- database
- typesense
restart: always

immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
volumes:
- ./model-cache:/cache
env_file:
- ./.env
restart: always

typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
# remove this to get debug messages
- GLOG_minloglevel=1
volumes:
- ./tsdata:/data
restart: always

redis:
container_name: immich_redis
image: redis:6.2-alpine@sha256:80cc8518800438c684a53ed829c621c94afd1087aaeb59b0d4343ed3e7bcf6c5
restart: always

database:
container_name: immich_postgres
image: postgres:14-alpine@sha256:50d9be76e9a90da4c781554955e0ffc79d9d5c4226838e64b36aacc97cbc35ad
env_file:
- ./.env
environment:
POSTGRES_PASSWORD: 123456
POSTGRES_USER: postgres
POSTGRES_DB: immich
volumes:
- ./pgdata:/var/lib/postgresql/data
restart: always

volumes:
pgdata:
model-cache:
tsdata:
可以试试 immich
141 天前
回复了 hanierming 创建的主题 问与答 你觉得春晚是从哪年开始没意思的?
我觉得小沈阳出来那一年之后就无聊了。不是他的问题,只是他登场比较印象深刻,就记得他了。
1 ... 9  10  11  12  13  14  15  16  17  18 ... 60  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1398 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 45ms · UTC 17:37 · PVG 01:37 · LAX 10:37 · JFK 13:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.