1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/crawlee/docker-compose.yml

12 lines
192 B
YAML
Raw Normal View History

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