forked from DevOps/deploy.stack
add(dbs): split dbs compose
This commit is contained in:
13
dev-dbs/redis.yml
Normal file
13
dev-dbs/redis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
container_name: Dev-Redis
|
||||
restart: always
|
||||
command: "--requirepass Kevin#0412&Redis"
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
networks:
|
||||
DevNet:
|
||||
ipv4_address: 172.22.10.205
|
||||
Reference in New Issue
Block a user