mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 17:23:24 -05:00
Tweak.
This commit is contained in:
parent
9693ef071e
commit
67bf982134
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user