PUSHPROD 23.01.02

This commit is contained in:
Jokob-sk
2023-01-02 20:31:17 +11:00
parent ac3f502547
commit 37e8a79159
2 changed files with 5 additions and 5 deletions

View File

@@ -288,14 +288,14 @@ PHOLUS_TIMEOUT = 20
PHOLUS_FORCE = False PHOLUS_FORCE = False
PHOLUS_DAYS_DATA = 0 PHOLUS_DAYS_DATA = 0
PHOLUS_RUN = 'once' PHOLUS_RUN = 'once'
PHOLUS_RUN_TIMEOUT = 300 PHOLUS_RUN_TIMEOUT = 600
PHOLUS_RUN_SCHD = '0 4 * * *' PHOLUS_RUN_SCHD = '0 4 * * *'
# Nmap settings # Nmap settings
# ---------------------- # ----------------------
NMAP_ACTIVE = False NMAP_ACTIVE = True
NMAP_TIMEOUT = 120 NMAP_TIMEOUT = 120
NMAP_RUN = 'once' NMAP_RUN = 'none'
NMAP_RUN_SCHD = '0 2 * * *' NMAP_RUN_SCHD = '0 2 * * *'
NMAP_ARGS = '-p -10000' NMAP_ARGS = '-p -10000'

View File

@@ -6,9 +6,9 @@ services:
network_mode: "host" network_mode: "host"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_LOCATION}/pialert/config2:/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}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db
- ${APP_DATA_LOCATION}/pialert/db2:/home/pi/pialert/db - ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db
# (optional) map an empty file with the name 'setting_darkmode' if you want to force the dark mode on container rebuilt # (optional) map an empty file with the name 'setting_darkmode' if you want to force the dark mode on container rebuilt
- ${APP_DATA_LOCATION}/pialert/db/setting_darkmode:/home/pi/pialert/db/setting_darkmode - ${APP_DATA_LOCATION}/pialert/db/setting_darkmode:/home/pi/pialert/db/setting_darkmode
# (optional) useful for debugging if you have issues setting up the container # (optional) useful for debugging if you have issues setting up the container