The parser's Dockerfile already runs the script, no need for the yml to run it. Erreur d'innattention.
15 lines
256 B
YAML
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:
|