-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.env-example
42 lines (34 loc) · 1.44 KB
/
.env-example
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
31
32
33
34
35
36
37
38
39
40
41
42
# Versions of Sonatype Products to use.
# These are specifically the Docker Tags as found on Docker Hub for
# Sonatype's Offical Docker Images.
#
# If you are running on Apple Silicon, community provided Docker images
# for ARM are available by setting NEXUS_DOCKER_IMAGE_ORGANIZATION=sonatypecommunity
NEXUS_DOCKER_IMAGE_ORGANIZATION=sonatype
NEXUS_IQ_SERVER_VERSION=1.183.0 # https://hub.docker.com/r/sonatype/nexus-iq-server
NEXUS_REPOSITORY_VERSION=3.73.0 # https://hub.docker.com/r/sonatype/nexus3
# Where to store data for Sonatype Products (and Team City)
DOCKER_ROOT_VOLUME_MOUNT_POINT=./data
# If you have a valid Sonatype License File, set the full path to it here
NEXUS_LICENSE_PATH=./config/sonatype-license-all.lic
# Your UserID and Group ID - defaults below are for OSX
UID=501
GID=20
# If you want to access your Nexus Repository or Sonatype IQ Server via a FQDN, set these here!
# If you are using nGrok - absolutely it is best practice to set these FQDNs here.
#NXRM_FQDN_URL=
#NXLC_FQDN_URL=
# Some profiles have a reverse proxy provided by nGinx.
# This is the version of NGINX to use:
NGINX_VERSION=1.23.3
# PostgreSQL data
PG_DB_PORT=5432
PG_DB_NAME=nxiq
PG_DB_USER=nxiq
PG_DB_PASS=Letmin123
# Version of Team City to use.
# Specifically - the Docker Tag for the Official Team City Docker
# Image on Docker Hub.
TEAMCITY_SERVER_VERSION=2021.1.2
# Path to config.json for Sonatype Webhook Handler
WEBHOOK_HANDLER_CONFIG_PATH=/path/to/config.json