mirror of
https://github.com/EpicMorg/jira-issue-web-reporter.git
synced 2025-03-30 22:28:59 +03:00
* Updated `Readme` * Fixed cookie bug * Added `Jira OAuth` support * Updated dependencies: * `Bootstrap` and `Bootswatch`: `4` to `5` major release * `jQuery` minor update to `3.7.1` * `fontawesome`: `5` to `6` major release * `Atlassian SDK` to `13.0.0` version * migtateed to bs5 and rebase this commit
12 lines
233 B
YAML
12 lines
233 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira-issue-web-reporter-docker:latest"
|
|
build:
|
|
context: .
|
|
services:
|
|
app-develop:
|
|
image: "epicmorg/jira-issue-web-reporter-docker:develop"
|
|
build:
|
|
context: .
|