fix: update .env.example and docker-compose.yml for CRON error and configuration clarity
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m3s

This commit is contained in:
2025-09-11 10:39:00 -05:00
parent fe061a46d6
commit 4f639838f2
2 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ services:
start_period: 30s
pa11y-dashboard:
build: .
image: gitea.portal.tulsacounty.org/tcitcs/pa11y-docker:latest
restart: unless-stopped
depends_on:
mongodb:
@@ -33,7 +33,7 @@ services:
WEBSERVICE_DATABASE: mongodb://mongodb:27017/pa11y-webservice
WEBSERVICE_HOST: 0.0.0.0
WEBSERVICE_PORT: 3000
WEBSERVICE_CRON: ${WEBSERVICE_CRON:-false}
WEBSERVICE_CRON: ${WEBSERVICE_CRON}
networks:
- pa11y-network