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