Add registration and login templates plus UI stuff, moderation
This commit is contained in:
@ -6,11 +6,13 @@ services:
|
||||
- db:db
|
||||
- cache:cache
|
||||
volumes:
|
||||
- ./apps:/app/apps
|
||||
- ./ojusomap:/app/ojusomap
|
||||
- /containers/map/static:/app/static
|
||||
- /containers/map/gunicorn.sock:/app/gunicorn.sock
|
||||
env_file:
|
||||
- ./environment
|
||||
command: /bin/sh -c "python3 manage.py migrate && python3 manage.py collectstatic --noinput && gunicorn --bind 0.0.0.0:8000 ojusomap.wsgi"
|
||||
- ./local.env
|
||||
command: /bin/sh -c "python3 manage.py migrate && DEBUG=1 python3 manage.py collectstatic --noinput && gunicorn --bind 0.0.0.0:8000 ojusomap.wsgi"
|
||||
|
||||
db:
|
||||
image: mdillon/postgis:9.6-alpine
|
||||
|
||||
Reference in New Issue
Block a user