mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
17 lines
387 B
YAML
17 lines
387 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dev
|
|
args:
|
|
COUNTRY: CN
|
|
image: nezha:dev
|
|
container_name: nezha-dev
|
|
ports:
|
|
- ${NEZHA_PORT:-80}:18080
|
|
- 5555:5555
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- ./data:/dashboard/data
|
|
# - ./resource:/dashboard/resource |