-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.env
More file actions
30 lines (22 loc) · 538 Bytes
/
task.env
File metadata and controls
30 lines (22 loc) · 538 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Release
NS=nicholaswilde
IMAGE_NAME=template
CONTAINER_NAME=${IMAGE_NAME}
CONTAINER_INSTANCE=default
# Source information used to download source files
# release, source, or commit
TYPE=source
SOURCE_REPO=${IMAGE_NAME}
SOURCE_ORG=Leantime
FILENAME=${VERSION}.tar.gz
# Run
ENV= -e TZ=America/Los_Angeles -e PUID=1000 -e PGID=1000
PORTS=-p 3000:3000
# Build
PLATFORMS="--platform linux/arm/v7,linux/arm64,linux/amd64"
# Packages
BASE=alpine:3.13.5
PACKAGES=wget ca-certificates git curl npm nodejs tzdata
PIP=
# Goss
GOSS_SLEEP=0