new python3 and traefik versions
This commit is contained in:
parent
cc16f0ad3a
commit
d32780b0c3
5 changed files with 5 additions and 9 deletions
|
@ -1,11 +1,9 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: ./app
|
||||
dockerfile: Dockerfile.prod
|
||||
command: >
|
||||
command: >
|
||||
bash -c 'while !</dev/tcp/db/5432; do sleep 1; done;
|
||||
python manage.py migrate;
|
||||
python manage.py collectstatic --no-input --no-post-process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue