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