mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-06-25 20:29:28 +03:00
10 lines
210 B
YAML
10 lines
210 B
YAML
services:
|
|
app-jdk21:
|
|
image: "hub.epicm.org/epicmorg/teamcity-agent:minimal-jdk21"
|
|
build:
|
|
context: .
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/teamcity-agent:minimal"
|
|
build:
|
|
context: .
|