Compare commits
3 Commits
5ac4ef2029
...
1760183a5d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1760183a5d | |||
| b718ee38f8 | |||
| d854c2813e |
@@ -1,4 +1,4 @@
|
|||||||
[web]
|
[web]
|
||||||
listen = 0.0.0.0:8000
|
listen = 0.0.0.0:8000
|
||||||
root=/var/lib/trytond/www
|
root=/var/lib/trytond/www
|
||||||
cors=http://localhost:5173/
|
cors=http://localhost:5173
|
||||||
|
|||||||
38
.env_example
38
.env_example
@@ -1,38 +0,0 @@
|
|||||||
# TRYTOND operation mode
|
|
||||||
DEVELOP=False
|
|
||||||
WORKER=True
|
|
||||||
|
|
||||||
# Develop mode
|
|
||||||
PUDB_PORT=8025
|
|
||||||
|
|
||||||
# TRYTOND information
|
|
||||||
TRYTOND_VERSION=7.6
|
|
||||||
TRYTOND_PORT_LIVE=8090
|
|
||||||
TRYTON_ADMIN_EMAIL=admin@admin.co
|
|
||||||
TRYTON_ADMIN_PASSWORD=s0p0rt3f1n4l*
|
|
||||||
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
|
|
||||||
|
|
||||||
DB_HOSTNAME=db
|
|
||||||
POSTGRES_DB=tryton
|
|
||||||
POSTGRES_USER=tryton
|
|
||||||
POSTGRES_PASSWORD=SUp3r-pass*DB
|
|
||||||
|
|
||||||
# Email user admin
|
|
||||||
EMAIL=domain@domain.com
|
|
||||||
|
|
||||||
SLEEP_TRYTOND_ADMIN=15
|
|
||||||
|
|
||||||
# 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=$
|
|
||||||
@@ -5,6 +5,8 @@ services:
|
|||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
- POSTGRES_DB=${POSTGRES_DB}
|
- POSTGRES_DB=${POSTGRES_DB}
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
live:
|
live:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ services:
|
|||||||
- "${PUDB_PORT:-8025}:8025"
|
- "${PUDB_PORT:-8025}:8025"
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env.development
|
||||||
|
|||||||
Submodule modules/naliia updated: 528cca7ccf...5b635f72d0
Submodule modules/naliia_payment updated: aeb410dac6...3e279fd549
Reference in New Issue
Block a user