mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-22 14:33:32 +03:00
17 lines
540 B
YAML
17 lines
540 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/python:3.6"
|
|
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}
|