Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bja1701 committed Dec 3, 2024
2 parents b99efe8 + b349bac commit 5049543
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ services:
- ../cougars-teensy:/home/frostlab/teensy_ws
- ../cougars-gpio:/home/frostlab/gpio
- ../cougars-docs:/home/frostlab/docs
- ../cougars-base-station:/home/frostlab/base_station
- /etc/localtime:/etc/localtime:ro # Syncs the container's time with the host
- /tmp/.X11-unix:/tmp/.X11-unix # Required for GUI applications
command: /bin/bash
1 change: 0 additions & 1 deletion templates/bash_vars.sh
Original file line number Diff line number Diff line change
@@ -13,6 +13,5 @@ export GPIO_CHIP=/dev/gpiochip0 # ex. /dev/gpiochip0
# Run "ifconfig eth0 | grep 'inet ' | awk '{print $2}'" from OUTSIDE THE DOCKER CONTAINER and copy that number (ex. "192.168.194.59") here
export STATIC_IP=0

# TODO: Maybe not needed if we do all the work in the Docker image?
# Workspace directory of CoUGARS repository on a development machine
# This should be automatically set by 'setup.sh' to the root of the CoUGARS repository if not running on a CougUV

0 comments on commit 5049543

Please sign in to comment.