Upload
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
version: "2.4"
|
||||
services:
|
||||
redis:
|
||||
container_name: redis
|
||||
image: redis
|
||||
pids_limit: 2048
|
||||
ports:
|
||||
- '6379:6379'
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
networks:
|
||||
db_proxy:
|
||||
volumes:
|
||||
- redis_data:/data:rw
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
redis_data:
|
||||
external: true
|
||||
networks:
|
||||
db_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user