updates
Change priviledge change port webgui
This commit is contained in:
parent
ce5e746266
commit
407f89a326
@ -11,6 +11,4 @@ COPY ./main.py /app/
|
|||||||
RUN pip3 install --no-cache-dir bluepy
|
RUN pip3 install --no-cache-dir bluepy
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
#Run as root
|
|
||||||
USER root
|
|
||||||
@ -5,14 +5,14 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./DataScraper
|
context: ./DataScraper
|
||||||
dockerfile: ./DOCKERFILE
|
dockerfile: ./DOCKERFILE
|
||||||
|
privileged: true
|
||||||
web-gui:
|
web-gui:
|
||||||
build:
|
build:
|
||||||
context: ./WebGui
|
context: ./WebGui
|
||||||
dockerfile: ./DOCKERFILE
|
dockerfile: ./DOCKERFILE
|
||||||
ports:
|
ports:
|
||||||
- '80:5000'
|
- '8080:5000'
|
||||||
privileged: true
|
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user