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