mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 16:39:26 +03:00
9 lines
193 B
YAML
9 lines
193 B
YAML
services:
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/bitbucket:3.7.2"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "hub.epicm.org/epicmorg/bitbucket:3.7.2-jdk8"
|
|
build:
|
|
context: . |