iptv-xml-cleaner/docker-compose.yml
Nicolas 5d7ef0317a Remove command property from parser in yml file
The parser's Dockerfile already runs the script, no need for the yml to run it. Erreur d'innattention.
2025-06-12 11:59:46 -04:00

15 lines
256 B
YAML

services:
parser:
build: ./
volumes:
- shared-data:/data
web:
build: ./targo_lighttpd
ports:
- "8080:80"
volumes:
- shared-data:/var/www/html # Lighttpd serves /var/www/html
volumes:
shared-data: