1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/crawlee/docker-compose.yml

12 lines
192 B
YAML
Raw Normal View History

2023-03-08 15:03:19 +08:00
version: "3.8"
2023-03-08 15:51:09 +08:00
2023-03-08 15:03:19 +08:00
services:
2023-03-08 15:51:09 +08:00
my-crawler:
image: my-crawler
build:
context: my-crawler
dockerfile: Dockerfile
2023-03-08 15:03:19 +08:00
volumes:
2023-03-08 15:51:09 +08:00
- ./my-crawler/storage:/usr/src/app/storage