parent
374c1f0047
commit
85497a0328
@ -1,22 +1,21 @@
|
||||
CONTAINERS_NAME=rsrv
|
||||
# The name of the image to use for the containers
|
||||
# The prefix of the image to use for the containers
|
||||
CONTAINERS_NAME=sst_postamates
|
||||
|
||||
# The django container settings and enviroment
|
||||
DJANGO_PORT=8000
|
||||
DEBUG=False
|
||||
# The django container settings and enviroment
|
||||
POSTGRES_DB=rsrv_db
|
||||
|
||||
# The database container settings and enviroment
|
||||
POSTGRES_DB=sst_postamates_db
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_PORT=5435
|
||||
POSTGRES_USER=rsrv_user
|
||||
POSTGRES_PASSWORD=rsrv_pass
|
||||
POSTGRES_USER=sst_postamates_user
|
||||
POSTGRES_PASSWORD=sst_postamates_pass
|
||||
POSTGRES_VOLUME_PATH=./pg_data
|
||||
POSTGRES_HOST_AUTH_METHOD=trust
|
||||
POSTGRES_VOLUME_BACKUP_PATH=./pg_dumps
|
||||
# The database container settings and enviroment
|
||||
MARTIN_PORT=3000
|
||||
|
||||
# The martin container settings and enviroment
|
||||
DOMAIN=social.ru.com
|
||||
# The frontend and nginx container settings and enviroment
|
||||
EMAIL_HOST_USER = 'noreply@spatiality.website'
|
||||
EMAIL_HOST_PASSWORD = "spatialitypass321"
|
||||
EMAIL_HOST = 'smtp.yandex.ru'
|
||||
EMAIL_PORT = 587
|
||||
MARTIN_PORT=3000
|
||||
|
||||
# Host domain name (maps in docker-compose to REACT_APP_DOMAIN_URL)
|
||||
DOMAIN=postnet-dev.selftech.ru
|
||||
|
||||
Loading…
Reference in new issue