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
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
DEBUG = env.bool('DJANGO_DEBUG', default=True)
|
DEBUG = env.bool('DJANGO_DEBUG', default=True)
|
||||||
DEBUG = False
|
|
||||||
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
|
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
|
||||||
|
|
||||||
# SECRET CONFIGURATION
|
# SECRET CONFIGURATION
|
||||||
|
|
7
dev.yml
7
dev.yml
|
@ -33,12 +33,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8125:8025"
|
- "8125:8025"
|
||||||
|
|
||||||
node:
|
|
||||||
image: node:7-onbuild
|
|
||||||
command: npm install
|
|
||||||
volumes:
|
|
||||||
- ./:/usr/src/app
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
|
||||||
|
@ -65,7 +59,6 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
command: celery -A mhackspace.celeryapp beat -l INFO --scheduler django_celery_beat.schedulers:DatabaseScheduler
|
command: celery -A mhackspace.celeryapp beat -l INFO --scheduler django_celery_beat.schedulers:DatabaseScheduler
|
||||||
#command: sleep 1h
|
|
||||||
|
|
||||||
bucket:
|
bucket:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
|
|
Loading…
Reference in New Issue