mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-27 07:05:41 +03:00
12 lines
222 B
YAML
12 lines
222 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/bitbucket:latest"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/bitbucket:latest-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.jdk11
|