daily/docker-compose.yml

16 lines
269 B
YAML
Raw Normal View History

2023-07-13 13:31:39 +08:00
version: '3'
2023-07-13 12:20:56 +08:00
services:
2023-07-13 13:31:39 +08:00
build:
context: .
dockerfile: Dockerfile
volumes:
- ../daily:/home/daily
2023-07-13 12:20:56 +08:00
ports:
2023-07-13 13:31:39 +08:00
- "8001:8082"
networks:
- app
command:
cd /home/video_search && python3 main.py'
networks:
app:
driver: bridge