* refactor: add dev directory to organize dev files #398 * chore: address pull request feedback
This commit is contained in:
@@ -0,0 +1 @@
|
||||
docker build -t homarr .
|
||||
@@ -0,0 +1,14 @@
|
||||
############################
|
||||
#
|
||||
# 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"
|
||||
@@ -0,0 +1 @@
|
||||
docker run -p 3000:3000 -p 3001:3001 homarr:latest
|
||||
Reference in New Issue
Block a user