docker-scripts/linux/advanced/python/main/3.9/docker-compose.yml

18 lines
533 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
2022-06-02 16:43:01 +03:00
services:
app:
image: "epicmorg/python:3.9"
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}