From de62956c4010763c4dfe82a0c1aa7696c56856ab Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sat, 3 Jun 2023 11:36:21 +1000 Subject: [PATCH] PR - dev setup fixes --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8b73557b..1dea169e 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,16 +7,16 @@ services: network_mode: "host" restart: unless-stopped volumes: - - ${APP_DATA_LOCATION}/pialert2/config:/home/pi/pialert/config + - ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config # - ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db - - ${APP_DATA_LOCATION}/pialert2/db:/home/pi/pialert/db + - ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db # (optional) useful for debugging if you have issues setting up the container - ${LOGS_LOCATION}:/home/pi/pialert/front/log # DELETE START anyone trying to use this file: comment out / delete BELOW lines, they are only for development purposes - ${APP_DATA_LOCATION}/pialert/dhcp_samples/dhcp1.leases:/mnt/dhcp1.leases - ${APP_DATA_LOCATION}/pialert/dhcp_samples/dhcp2.leases:/mnt/dhcp2.leases # - ${DEV_LOCATION}/back/pialert.py:/home/pi/pialert/back/pialert.py - - ${DEV_LOCATION}/back:/home/pi/pialert/back + - ${DEV_LOCATION}/pialert:/home/pi/pialert/pialert # - ${DEV_LOCATION}/back/report_template.html:/home/pi/pialert/back/report_template.html # - ${DEV_LOCATION}/back/report_template_new_version.html:/home/pi/pialert/back/report_template_new_version.html # - ${DEV_LOCATION}/back/report_template.txt:/home/pi/pialert/back/report_template.txt