изменил кофнигурацию докера

This commit is contained in:
Андрей Дувакин 2025-01-20 14:24:10 +05:00
parent 2c0852d02c
commit 1fb5aa4464

View File

@ -2,11 +2,10 @@ version: '3.8'
services:
web:
build: .
build: ./CineSync
container_name: django_app
command: gunicorn --bind 0.0.0.0:8000 CineSync.wsgi:application
volumes:
- .:/app
- ./static:/app/static
- ./media:/app/media
ports: