Skip to content

Commit

Permalink
Add environment variables for cron service
Browse files Browse the repository at this point in the history
Add environment variables for cron service to stop the cron container
from writing defaults into database and email configuration files.
  • Loading branch information
skoranda committed Oct 31, 2020
1 parent b11a526 commit 56e7f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/training/files/comanage-registry-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ services:
image: i2incommon/comanage-registry-cron:3.3.1-20201026
volumes:
- /srv/docker/srv/comanage-registry/local:/srv/comanage-registry/local
environment:
- COMANAGE_REGISTRY_NO_DATABASE_CONFIG=1
- COMANAGE_REGISTRY_NO_EMAIL_CONFIG=1
deploy:
replicas: 1
logging:
Expand Down

0 comments on commit 56e7f7a

Please sign in to comment.