mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-03 17:20:39 +03:00
12 lines
228 B
YAML
12 lines
228 B
YAML
|
version: '3.9'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/debian:byster-jdk8"
|
||
|
build:
|
||
|
context: .
|
||
|
app-old:
|
||
|
image: "epicmorg/debian:buster-jdk8-adopted"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: ./Dockerfile.adopted
|