mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-05 19:45:28 +03:00
11 lines
182 B
YAML
11 lines
182 B
YAML
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/bitbucket:9.0.0"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk17:
|
||
|
image: "epicmorg/bitbucket:9.0.0-jdk17"
|
||
|
build:
|
||
|
context: .
|