mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 08:05:48 +03:00
11 lines
182 B
YAML
11 lines
182 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/bitbucket:2.12.3"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "epicmorg/bitbucket:2.12.3-jdk7"
|
|
build:
|
|
context: .
|