mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 18:09:54 +08:00
云快充1.5.0 初始化
This commit is contained in:
23
docker/docker-compose.redis-standalone.yml
Normal file
23
docker/docker-compose.redis-standalone.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# 抖音关注:程序员三丙
|
||||
# 知识星球:https://t.zsxq.com/j9b21
|
||||
#
|
||||
|
||||
networks:
|
||||
sanbing-network:
|
||||
driver: bridge
|
||||
name: sanbing-network
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.10.0.0/24
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/sanbing/redis:7.4
|
||||
restart: always
|
||||
networks:
|
||||
- sanbing-network
|
||||
ports:
|
||||
- '6379:6379'
|
||||
environment:
|
||||
- 'REDIS_PASSWORD=sanbing'
|
||||
Reference in New Issue
Block a user