docker-compose.yml
:
version: "3.8"
services:
timera:
image: schroenser/timera:latest
ports:
- 8080:8080
restart: unless-stopped
environment:
JIRA_BASE_URL: <https://jira.example.com>
JIRA_USER_TOKEN: <my_jira_user_token>
REDIS_URL: redis://redis:6379
redis:
image: redis
volumes:
- redis_data:/data
command: redis-server --save 60 1 --loglevel warning
restart: unless-stopped
volumes:
redis_data:
- Determine applicable dependency updates using the following commands:
mvn versions:display-plugin-updates
for pluginsmvn versions:display-dependency-updates