-
-
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) · 657 Bytes
/
Copy pathtask.env
File metadata and controls
30 lines (22 loc) · 657 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=twtxt
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=prologic
FILENAME=${VERSION}.tar.gz
# Run
ENV= -e TZ=America/Los_Angeles -e PUID=1000 -e PGID=1000 -e OPEN_PROFILES=true -e OPEN_REGISTRATIONS=true -e COOKIE_SECRET=supersecretchangeme
PORTS=-p 8000:8000
# Build
PLATFORMS="--platform linux/arm/v7,linux/arm64,linux/amd64"
# Packages
BASE=golang:1.14.15-alpine3.13
PACKAGES=wget ca-certificates git curl npm nodejs tzdata ffmpeg ffmpeg-dev make
PIP=
# Goss
GOSS_SLEEP=30