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