1 Star 3 Fork 0

孙子烧烤 / 每日一言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙子烧烤 提交于 2024-03-01 13:38 . update docker-compose.yml.
version: '3'
services:
app:
container_name: szsk_yiyan
image: szsk968/yiyan:latest
ports:
- "8080:8080"
volumes:
- ./config.yaml:/app/config.yaml
- ./public/:/app/public/
depends_on:
- redis
restart: always
redis:
container_name: yiyan_redis
image: redis
command: ["redis-server"]
restart: always
Go
1
https://gitee.com/szsk/yiyan.git
git@gitee.com:szsk/yiyan.git
szsk
yiyan
每日一言
master

搜索帮助