1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 17:23:24 -05:00
This commit is contained in:
Drew Larson 2017-02-05 11:00:22 -06:00
parent 9693ef071e
commit 67bf982134

View File

@ -7,13 +7,11 @@ services:
command: python manage.py runserver 0.0.0.0:8000 command: python manage.py runserver 0.0.0.0:8000
ports: ports:
- "8000:8000" - "8000:8000"
- "62260:62260"
volumes: volumes:
- ./bikeshop_project:/code - ./bikeshop_project:/code
environment: environment:
- PYTHONUNBUFFERED=0 - PYTHONUNBUFFERED=0
restart: restart: always
- always
redis: redis:
restart: always restart: always
db: db: