docker-scripts/linux/ecosystem/epicmorg/debian/10-buster/main/docker-compose.yml

18 lines
536 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
2022-05-07 00:29:34 +03:00
services:
app:
image: "epicmorg/debian:buster"
build:
context: .
2024-02-10 00:23:00 +03:00
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}