daily/docker-compose.yml

14 lines
220 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:
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:
2023-07-13 13:36:40 +08:00
cd /home/daily && python3 main.py'
2023-07-13 13:31:39 +08:00
networks:
app:
driver: bridge