1
0
mirror of https://github.com/jugatsu/onec-cicd.git synced 2024-11-16 07:09:36 +02:00

Add .env.example file

This commit is contained in:
Anton Kvashenkin 2019-06-16 17:49:44 +03:00
parent e6266062e6
commit 3bb2a2a238

28
.env.example Normal file
View File

@ -0,0 +1,28 @@
###########################
# Project
###########################
COMPOSE_PROJECT_NAME=onec
DOCKER_REGISTRY=PUT_YOUR_REGISTRY_HERE
##########################
# Docker images versions
##########################
ONEC_VERSION=8.3.12.1714
ONEC_PG_VERSION=9.6.9
#########################
# Services
#########################
PG_PORT=5432
CRS_PORT=1542
RAS_PORT=1545
#########################
# X11
#########################
X11_HOST=host.docker.internal
#########################
# VNC
#########################
VNC_PORT=5900