1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-22 16:31:52 +10:00
parent 14e7fb1b0f
commit 71fc3ab73c
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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"