mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 06:37:55 +03:00
13 lines
231 B
YAML
13 lines
231 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/debian:buster-jdk11"
|
|
build:
|
|
context: .
|
|
app-old:
|
|
image: "epicmorg/debian:buster-jdk11-adopted"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.adopted
|
|
|