docker-scripts/linux/discontinued/python/main/2.7/docker-compose.yml
2024-08-19 16:31:42 +03:00

18 lines
546 B
YAML

#version: '3'
services:
app:
image: "epicmorg/python:2.7"
build:
context: .
args:
P4_#version: ${P4_VERSION}
P4_DOWNLOAD_URL: ${P4_DOWNLOAD_URL}
SZ_#version: ${SZ_VERSION}
SZ_DOWNLOAD_URL: ${SZ_DOWNLOAD_URL}
LAZYGIT_#version: ${LAZYGIT_VERSION}
LAZYGIT_DOWNLOAD_URL: ${LAZYGIT_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}