Add dockerfile and compose for production
This commit is contained in:
10
docker/production/env
Normal file
10
docker/production/env
Normal file
@@ -0,0 +1,10 @@
|
||||
# You need to:
|
||||
# cp env .env
|
||||
# edite .env with your settings
|
||||
MOBILIZON_DATABASE_PASSWORD=postgres
|
||||
MOBILIZON_DATABASE_USERNAME=postgres
|
||||
MOBILIZON_INSTANCE_SECRET_KEY_BASE=MmU1NWQyYWQtM2MzZC00ZTU5LTg0MmItMmY5NDZlMmNhNmEwCg
|
||||
MOBILIZON_INSTANCE_SECRET_KEY=NjJhMGU5MDctZGNkOC00NGM0LWI5OWItZDEyY2FkNjRlODYyCg
|
||||
MOBILIZON_SMPT_USERNAME=username
|
||||
MOBILIZON_SMPT_PASSWORD=password
|
||||
POSTGRES_PASSWORD=postgres
|
||||
Reference in New Issue
Block a user