collect static
This commit is contained in:
parent
2453b48212
commit
bf2c6586b6
@ -28,6 +28,14 @@ services:
|
|||||||
restart_policy:
|
restart_policy:
|
||||||
condition: none
|
condition: none
|
||||||
|
|
||||||
|
static:
|
||||||
|
image: mathwave/sprint-repo:sprint
|
||||||
|
command: ./manage.py collectstatic
|
||||||
|
deploy:
|
||||||
|
mode: replicated
|
||||||
|
restart_policy:
|
||||||
|
condition: none
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user