docker-scripts/linux/ecosystem/epicmorg/debian/10-buster/main/docker-compose.yml
2024-06-21 16:22:11 +03:00

18 lines
541 B
YAML

#version: '3'
services:
app:
image: "epicmorg/debian:buster"
build:
context: .
args:
P4_#version: ${P4_VERSION}
P4_DOWNLOAD_URL: ${P4_DOWNLOAD_URL}
SZ_#version: ${SZ_VERSION}
SZ_DOWNLOAD_URL: ${SZ_DOWNLOAD_URL}
LZGIT_#version: ${LZGIT_VERSION}
LZGIT_DOWNLOAD_URL: ${LZGIT_DOWNLOAD_URL}
DUMB_INIT_#version: ${DUMB_INIT_VERSION}
DUMB_INIT_DOWNLOAD_URL: ${DUMB_INIT_DOWNLOAD_URL}
GOSU_VER: ${GOSU_VER}
GOSU_DOWNLOAD_URL: ${GOSU_DOWNLOAD_URL}