|
@@ -5,7 +5,7 @@ services:
|
|
|
ports:
|
|
ports:
|
|
|
- "8080:8080" # Map port 8080 of the container to 8080 of the host
|
|
- "8080:8080" # Map port 8080 of the container to 8080 of the host
|
|
|
volumes:
|
|
volumes:
|
|
|
- - ./theta_rho_files:/app/theta_rho_files # Map host folder to container folder
|
|
|
|
|
|
|
+ - ./patterns:/app/patterns # Map host folder to container folder
|
|
|
devices:
|
|
devices:
|
|
|
- "/dev/ttyACM0:/dev/ttyACM0"
|
|
- "/dev/ttyACM0:/dev/ttyACM0"
|
|
|
privileged: true
|
|
privileged: true
|