feat: Production Deploy
This commit is contained in:
28
.env
Normal file
28
.env
Normal file
@@ -0,0 +1,28 @@
|
||||
# Naliia
|
||||
NALIIA_IMAGE=gitea.onecluster.org/aserrador/naliia:latest
|
||||
|
||||
# TRYTOND information
|
||||
TRYTOND_VERSION=7.6
|
||||
TRYTON_PORT=8000
|
||||
TRYTON_ADMIN_EMAIL=admin@admin.co
|
||||
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
|
||||
|
||||
DB_HOSTNAME="db"
|
||||
POSTGRES_DB="naliia"
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="SUp3r-pass*DB"
|
||||
|
||||
# SMTP
|
||||
SMTP="True"
|
||||
SMTP_TYPE="smtps+ssl"
|
||||
SMTP_USER="user"
|
||||
SMTP_PASSWORD="passsword"
|
||||
SMTP_DOMAIN="domain.com"
|
||||
SMTP_PORT=465
|
||||
SMTP_FROM="Company CO"
|
||||
SMTP_EMAIL="domain@domain.com"
|
||||
|
||||
# NGINX
|
||||
SERVER_NAME="tryton.domain.com"
|
||||
NGINX_PORT=10000
|
||||
VARIABLE=$
|
||||
Reference in New Issue
Block a user