mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-30 00:49:26 +03:00
10 lines
180 B
YAML
10 lines
180 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/confluence:4.1"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "quay.io/epicmorg/confluence:4.1-jdk6"
|
|
build:
|
|
context: .
|