Fixes for raspi-related docker containers
This commit is contained in:
@@ -6,8 +6,8 @@ RUN apt-get update && apt-get install -y python python-pip git
|
|||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Install some python packages
|
# Install some python packages
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip setuptools
|
||||||
RUN pip install requests
|
RUN pip install --upgrade requests
|
||||||
RUN pip install git+https://github.com/Henry-Pump/Pycomm-Helper.git
|
RUN pip install git+https://github.com/Henry-Pump/Pycomm-Helper.git
|
||||||
RUN pip install git+https://github.com/ruscito/pycomm.git
|
RUN pip install git+https://github.com/ruscito/pycomm.git
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ RUN apt-get update && apt-get install -y python python-pip git
|
|||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Install some python packages
|
# Install some python packages
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip setuptools
|
||||||
RUN pip install requests
|
RUN pip install --upgrade requests
|
||||||
RUN pip install git+https://github.com/Henry-Pump/Pycomm-Helper.git
|
RUN pip install git+https://github.com/Henry-Pump/Pycomm-Helper.git
|
||||||
RUN pip install git+https://github.com/ruscito/pycomm.git
|
RUN pip install git+https://github.com/ruscito/pycomm.git
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
version : '2'
|
version : '2'
|
||||||
services:
|
services:
|
||||||
web_db:
|
web_db:
|
||||||
image: docker.henrypump.cloud/datalogger/rpi-web_db
|
image: docker.henrypump.cloud/datalogger/web_db-rpi
|
||||||
ports:
|
ports:
|
||||||
- "443:5000"
|
- "443:5000"
|
||||||
- "6603:3306"
|
- "6603:3306"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
daq:
|
daq:
|
||||||
image: docker.henrypump.cloud/datalogger/rpi-daq
|
image: docker.henrypump.cloud/datalogger/daq-rpi
|
||||||
depends_on:
|
depends_on:
|
||||||
- web_db
|
- web_db
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user