wires

summary refs log tree commit diff
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/compose.yaml b/compose.yaml
deleted file mode 100644
index a12f71d..0000000
--- a/compose.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-services:
-  tftp:
-    build: ./docker/tftp
-    ports:
-      - 69:69/udp
-    volumes:
-      - ./zig-out/boot:/data:ro
-    command: --verbose --foreground --secure /data
-  openocd:
-    build: ./docker/openocd
-    ports:
-      - 6666:6666
-      - 4444:4444
-      - 3333:3333
-    devices:
-      - "/dev/bus/usb:/dev/bus/usb"
-    command: -f interface/ft2232h.cfg -f board/rpi4b.cfg -c "bindto 0.0.0.0"