docker-scripts/linux/advanced/python/main/3.10/docker-compose.yml
STAM 2952d25ace
Reworked and updated 3rd party apps and tools
* replaced 7z to 7zz in most base images
* updated tools like lazygit
* reworked tools downloading
2024-06-23 22:58:21 +03:00

18 lines
547 B
YAML

#version: '3'
services:
app:
image: "epicmorg/python:3.10"
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}