This commit is contained in:
Tomáš Dvořák
2025-09-25 23:28:41 +02:00
parent 2a6b4f2940
commit 64096fca4e
4 changed files with 72 additions and 17 deletions
+19
View File
@@ -0,0 +1,19 @@
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