Skip to content

Commit 13bf11c

Browse files
feat(command): add composer
1 parent e078f44 commit 13bf11c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ANSIBLE_BASE=alpine-3.15
77
AB_VERSION=latest
88
AWS_VERSION=2.4.24
99
AZ_VERSION=2.34.1
10+
COMPOSER_VERSION=2.3
1011
DEFAULT_BASE_IMAGE=alpine
1112
DEFAULT_BASE_IMAGE_VERSION=${ALPINE_VERSION}
1213
DEFAULT_BASE=${DEFAULT_BASE_IMAGE}:${DEFAULT_BASE_IMAGE_VERSION}

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ services:
5050
ALPINE_VERSION: "${ALPINE_VERSION}"
5151
ALPINE_PACKAGES: "bash"
5252
entrypoint: [ "/bin/bash" ]
53+
composer:
54+
image: "composer:${COMPOSER_VERSION}"
5355
doctl:
5456
image: "doctl:${DOCTL_VERSION}"
5557
build:

0 commit comments

Comments
 (0)