pass
This commit is contained in:
parent
14e7fb1b0f
commit
71fc3ab73c
|
|
@ -16,5 +16,4 @@ then
|
|||
fi
|
||||
|
||||
docker-compose run --rm app python manage.py migrate --noinput
|
||||
docker-compose run --rm app python manage.py collectstatic --noinput
|
||||
docker-compose up -d
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ services:
|
|||
- medicine-public-data:/app/public
|
||||
- ./.env:/app/.env
|
||||
networks:
|
||||
- default
|
||||
- medicine-network
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
|
|
@ -37,7 +36,6 @@ services:
|
|||
- ./.env:/app/.env
|
||||
- medicine-public-data:/app/public
|
||||
networks:
|
||||
- default
|
||||
- medicine-network
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
|
|
|
|||
Loading…
Reference in New Issue