-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.env
More file actions
29 lines (21 loc) · 508 Bytes
/
task.env
File metadata and controls
29 lines (21 loc) · 508 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
# Release
NS=nicholaswilde
IMAGE_NAME=olivetin
CONTAINER_NAME=${IMAGE_NAME}
CONTAINER_INSTANCE=default
# Source information used to download source files
# release, source, or commit
TYPE=release
SOURCE_REPO=OliveTin
SOURCE_ORG=OliveTin
# Run
ENV= -e TZ=America/Los_Angeles -e PUID=1000 -e PGID=1000
PORTS=-p 1337:1337
# 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=30