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