docker-scripts/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2
STAM 46fd18555d
atlasian new images
+ jira
+ bitbucket
+ confluence
+ crowd
2025-03-29 18:37:26 +03:00

15 lines
303 B
Django/Jinja

services:
app:
image: "epicmorg/bitbucket:{{ item }}"
build:
context: .
app-jdk17:
image: "epicmorg/bitbucket:{{ item }}-jdk17"
build:
context: .
app-jdk21:
image: "epicmorg/bitbucket:{{ item }}-jdk21"
build:
context: .
dockerfile: Dockerfile.jdk21