mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 11:19:12 +01:00
14 lines
268 B
YAML
14 lines
268 B
YAML
|
|
############################
|
||
|
|
#
|
||
|
|
# This compose file is only for development.
|
||
|
|
# Do not use this in production.
|
||
|
|
#
|
||
|
|
############################
|
||
|
|
|
||
|
|
name: development-docker-compose
|
||
|
|
services:
|
||
|
|
redis:
|
||
|
|
container_name: redis
|
||
|
|
image: redis
|
||
|
|
ports:
|
||
|
|
- "6379:6379"
|