Add dockerfile and compose for production

This commit is contained in:
prichier
2020-10-19 01:01:59 +02:00
parent 3051e947ee
commit e945f48665
8 changed files with 219 additions and 133 deletions

10
docker/production/env Normal file
View 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