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

18 lines
546 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +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:
2024-06-21 16:22:11 +03:00
P4_#version: ${P4_VERSION}
2024-02-10 00:23:00 +03:00
P4_DOWNLOAD_URL: ${P4_DOWNLOAD_URL}
2024-06-21 16:22:11 +03:00
SZ_#version: ${SZ_VERSION}
2024-02-10 00:23:00 +03:00
SZ_DOWNLOAD_URL: ${SZ_DOWNLOAD_URL}
LAZYGIT_#version: ${LAZYGIT_VERSION}
LAZYGIT_DOWNLOAD_URL: ${LAZYGIT_DOWNLOAD_URL}
2024-06-21 16:22:11 +03:00
DUMB_INIT_#version: ${DUMB_INIT_VERSION}
2024-02-10 00:23:00 +03:00
DUMB_INIT_DOWNLOAD_URL: ${DUMB_INIT_DOWNLOAD_URL}
GOSU_VER: ${GOSU_VER}
GOSU_DOWNLOAD_URL: ${GOSU_DOWNLOAD_URL}