mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Fixed redis link
This commit is contained in:
@@ -4,7 +4,8 @@ api:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
links:
|
||||
- postgres:postgres
|
||||
- "postgres:postgres"
|
||||
- "redis:redis"
|
||||
env_file: .env
|
||||
#command: /usr/local/bin/gunicorn dss.wsgi:application -w 2 -b :8000
|
||||
command: python manage.py runserver_plus 0.0.0.0:8000
|
||||
|
||||
Reference in New Issue
Block a user