1 Star 0 Fork 56

xclly/hades

forked from java3y/hades 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
docker-compose.yml 300 Bytes
Copy Edit Raw Blame History
Java3y authored 2023-05-06 20:53 . feat:hades 支持docker部署
version: '3'
services:
hades:
build:
context: ./
ports:
- "7890:7890"
restart: always
container_name: hades
environment:
- SET_CONTAINER_TIMEZONE=true
- CONTAINER_TIMEZONE=Asia/Shanghai
- TZ=Asia/Shanghai
networks:
- app
networks:
app:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xclly/hades.git
git@gitee.com:xclly/hades.git
xclly
hades
hades
master

Search