mirror of
https://github.com/Dvorinka/ZoneramaScraper.git
synced 2026-06-04 04:22:55 +00:00
20 lines
415 B
YAML
20 lines
415 B
YAML
version: "3.9"
|
|
services:
|
|
zonerama:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: zonerama-scraper:latest
|
|
container_name: zonerama-scraper
|
|
ports:
|
|
- "7053:7053"
|
|
restart: unless-stopped
|
|
environment:
|
|
- PORT=7053
|
|
# If you want to limit resources, uncomment below
|
|
# deploy:
|
|
# resources:
|
|
# limits:
|
|
# cpus: '0.50'
|
|
# memory: 512M
|