docker
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
iana-scraper:
|
||||
build: .
|
||||
container_name: iana-scraper
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
restart: "no"
|
||||
# Uncomment and adjust if you want to limit resources
|
||||
# mem_limit: 512m
|
||||
# cpus: 0.5
|
||||
Reference in New Issue
Block a user