jira-issue-web-reporter/docker-compose.yml
STAM 257ab40ce3
update of some deps + fixed cookie bug #1
* 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
2024-09-23 16:30:17 +03:00

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: .