mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 07:29:29 +03:00
10 lines
182 B
YAML
10 lines
182 B
YAML
services:
|
|
app-jdk21:
|
|
image: "epicmorg/teamcity-agent:minimal-jdk21"
|
|
build:
|
|
context: .
|
|
app:
|
|
image: "epicmorg/teamcity-agent:minimal"
|
|
build:
|
|
context: .
|