mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
424 B
18 lines
424 B
version: '3'
|
|
services:
|
|
redis-commander:
|
|
container_name: redis-commander
|
|
hostname: redis-commander
|
|
image: rediscommander/redis-commander:latest
|
|
restart: always
|
|
networks:
|
|
- 1panel
|
|
environment:
|
|
- REDIS_HOSTS=1panel:${PANEL_REDIS_HOST}:6379:0:${PANEL_DB_ROOT_PASSWORD}
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8081
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel:
|
|
external: true |