mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
feat: add docker-compose
This commit is contained in:
parent
49897faef4
commit
119b1ceba9
5
docker/.env.example
Normal file
5
docker/.env.example
Normal file
@ -0,0 +1,5 @@
|
||||
NezhaBaseUrl=http://0.0.0.0:8008
|
||||
NezhaAuth=5hAY3QX6Nl9B3UOQgB26KdsdS1dsdUdM
|
||||
NEXT_PUBLIC_NezhaFetchInterval=5000
|
||||
NEXT_PUBLIC_ShowFlag=true
|
||||
NEXT_PUBLIC_DisableCartoon=true
|
9
docker/docker-compose.yml
Normal file
9
docker/docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
nezha-dash:
|
||||
container_name: nezha-dash
|
||||
image: registry.cn-guangzhou.aliyuncs.com/hamster-home/nezha-dash:latest
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
restart: always
|
||||
ports:
|
||||
- "4123:3000"
|
Loading…
Reference in New Issue
Block a user