Skip to content
Snippets Groups Projects
Commit df34354b authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Fixed CRON jobs running

parent c063db38
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,6 @@ services: ...@@ -5,8 +5,6 @@ services:
hostname: eccs hostname: eccs
ports: ports:
- 127.0.0.1:8080:80 - 127.0.0.1:8080:80
environment:
ECCS_SELENIUM_DEBUG: false
volumes: volumes:
- type: bind - type: bind
source: ./output source: ./output
......
...@@ -74,7 +74,7 @@ ECCS_DEBUG_STDERR_IDP = f"{ECCS_DEBUG_DIR}/stderr_idp_{DAY}.log" ...@@ -74,7 +74,7 @@ ECCS_DEBUG_STDERR_IDP = f"{ECCS_DEBUG_DIR}/stderr_idp_{DAY}.log"
ECCS_FAILEDCMDIDP = f"{ECCS_DEBUG_DIR}/failed-cmd-idp.sh" ECCS_FAILEDCMDIDP = f"{ECCS_DEBUG_DIR}/failed-cmd-idp.sh"
# Selenium # Selenium
ECCS_SELENIUM_DEBUG = os.environ['ECCS_SELENIUM_DEBUG'] ECCS_SELENIUM_DEBUG = False
ECCS_SELENIUM_DEBUG_LOG_DIR = f"{ECCS_DEBUG_DIR}/selenium-logs" ECCS_SELENIUM_DEBUG_LOG_DIR = f"{ECCS_DEBUG_DIR}/selenium-logs"
ECCS_SELENIUM_PAGELOADTIMEOUT = 60 #seconds (remind to change timeout seconds also on web/eccs.js) ECCS_SELENIUM_PAGELOADTIMEOUT = 60 #seconds (remind to change timeout seconds also on web/eccs.js)
ECCS_SELENIUM_SCRIPTTIMEOUT = 60 #seconds ECCS_SELENIUM_SCRIPTTIMEOUT = 60 #seconds
......
# Ignore everything in this directory
*
# Except this file
!.gitignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment