目的
serverless bitwarden service on okteto
参考
- https://hostloc.com/thread-843155-1-1.html

实现
到 https://cloud.okteto.com/ 通过github账号直接登陆,点击”Deploy”
services:
bit:
public: true
container_name: bitwarden
image: vaultwarden/server:alpine
ports:
- 80:80
volumes:
- /data/
environment:
- WEBSOCKET_ENABLED=true
- SIGNUPS_ALLOWED=true
- WEB_VAULT_ENABLED=true
- ADMIN_TOKEN=ZPm6v3y3dgHaS


测试
需要加网页自动监测,不然15天没访问就被回收了
用uptimerobot



