new-infofer-scraper/docker-compose.yml
Dan Cojocaru 7b13d09514
A whole C# rewrite
In one commit.
Yes, you're seeing it right.
Yes, I don't know what I was thinking.
2022-08-03 00:38:53 +03:00

12 lines
195 B
YAML

version: '3'
services:
infofer_scraper:
image: new_infofer_scraper
build: .
ports:
- ${PORT:-5000}:80
environment:
- DB_DIR=/data
volumes:
- ./data:/data