mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 16:39:26 +03:00
10 lines
184 B
YAML
10 lines
184 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/confluence:5.6.1"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "quay.io/epicmorg/confluence:5.6.1-jdk7"
|
|
build:
|
|
context: .
|