mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 01:25:34 +03:00
10 lines
181 B
YAML
10 lines
181 B
YAML
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/bitbucket:5.15.0"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk8:
|
||
|
image: "epicmorg/bitbucket:5.15.0-jdk8"
|
||
|
build:
|
||
|
context: .
|