mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-08 13:05:28 +03:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/bitbucket:{{ item }}"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk7:
|
||
|
image: "epicmorg/bitbucket:{{ item }}-jdk7"
|
||
|
build:
|
||
|
context: .
|