Add in place holder files
This commit is contained in:
parent
bff7fe8950
commit
e2dc3f331d
|
@ -1 +0,0 @@
|
|||
Place holder directory, each folder inside buckets folder is a fake digitalocean space or fake amazon bucket.
|
|
@ -17,7 +17,6 @@ from .common import * # noqa
|
|||
# DEBUG
|
||||
# ------------------------------------------------------------------------------
|
||||
DEBUG = env.bool('DJANGO_DEBUG', default=True)
|
||||
DEBUG = False
|
||||
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
|
||||
|
||||
# SECRET CONFIGURATION
|
||||
|
|
7
dev.yml
7
dev.yml
|
@ -33,12 +33,6 @@ services:
|
|||
ports:
|
||||
- "8125:8025"
|
||||
|
||||
node:
|
||||
image: node:7-onbuild
|
||||
command: npm install
|
||||
volumes:
|
||||
- ./:/usr/src/app
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
|
||||
|
@ -65,7 +59,6 @@ services:
|
|||
- postgres
|
||||
- redis
|
||||
command: celery -A mhackspace.celeryapp beat -l INFO --scheduler django_celery_beat.schedulers:DatabaseScheduler
|
||||
#command: sleep 1h
|
||||
|
||||
bucket:
|
||||
image: minio/minio
|
||||
|
|
Loading…
Reference in New Issue