docker-scripts/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk7.yml.j2

11 lines
190 B
Plaintext
Raw Normal View History

2024-12-05 01:23:31 +03:00
#version: '3'
services:
app:
image: "epicmorg/bitbucket:{{ item }}"
build:
context: .
app-jdk7:
image: "epicmorg/bitbucket:{{ item }}-jdk7"
build:
context: .