mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
12 lines
192 B
YAML
12 lines
192 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
my-crawler:
|
|
image: my-crawler
|
|
build:
|
|
context: my-crawler
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./my-crawler/storage:/usr/src/app/storage
|