Files
NasRobot/docker-compose.yml
孙诚 bf492d196b
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 4s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
1
2025-03-06 17:38:25 +08:00

24 lines
599 B
YAML

services:
nas_robot:
build:
context: .
dockerfile: Dockerfile
container_name: nas_robot
restart: always
environment:
- TZ=Asia/Shanghai
volumes:
- /etc/localtime:/etc/localtime:ro
- /wd/volc/media/tv:/data/tv:rw
nas_robot_proxy:
image: beevelop/nginx-basic-auth:v2023.10.1
container_name: nas_robot_proxy
restart: always
ports:
- 14902:80 # 开放端口
environment:
- TZ=Asia/Shanghai
- HTPASSWD=suncheng:$$apr1$$2QX32QHP$$HIGAbCuTt8jxdc4uDzNLI1
- FORWARD_PORT=8080
- FORWARD_HOST=nas_robot