Files
projectorpi-web/compose.yaml
2023-08-19 17:32:48 +02:00

12 lines
220 B
YAML

services:
app:
build:
dockerfile: Containerfile
context: .
target: prod
ports:
- "80:8000"
volumes:
- "/dev/serial/by-id:/dev/serial/by-id"
- "/dev/ttyACM0:/dev/ttyACM0"