mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
12 lines
220 B
YAML
12 lines
220 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/bitbucket:8.2.0"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/bitbucket:8.2.0-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.jdk11
|