1 Star 0 Fork 1

齐朝阳/actix-web-rest-api-with-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.prod.yml 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
db:
container_name: address_book_db
image: postgres
restart: always
ports:
- "5432:5432"
environment:
- POSTGRES_PASSWORD=postgres
app:
container_name: address_book_be
image: sakadream/actix-web-rest-api-with-jwt
restart: always
ports:
- "8000:8000"
environment:
- APP_HOST=0.0.0.0
- APP_PORT=8000
- DATABASE_URL=postgres://postgres:postgres@db/postgres
depends_on:
- db
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/newly-released_0/actix-web-rest-api-with-jwt.git
git@gitee.com:newly-released_0/actix-web-rest-api-with-jwt.git
newly-released_0
actix-web-rest-api-with-jwt
actix-web-rest-api-with-jwt
master

搜索帮助