mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 01:25:34 +03:00
12 lines
237 B
YAML
12 lines
237 B
YAML
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/debian:bullseye-jdk22"
|
||
|
build:
|
||
|
context: .
|
||
|
app-develop:
|
||
|
image: "epicmorg/debian:bullseye-develop-jdk22"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: ./Dockerfile.develop
|