2024-06-21 16:22:11 +03:00
|
|
|
#version: '3'
|
2022-05-07 01:19:58 +03:00
|
|
|
services:
|
|
|
|
app:
|
|
|
|
image: "epicmorg/debian:bullseye-jdk7"
|
|
|
|
build:
|
|
|
|
context: .
|
2022-05-07 03:11:26 +03:00
|
|
|
app-develop:
|
|
|
|
image: "epicmorg/debian:bullseye-develop-jdk7"
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: ./Dockerfile.develop
|