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:6.2.3"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "quay.io/epicmorg/confluence:6.2.3-jdk8"
|
|
build:
|
|
context: .
|