services: django: build: context: ./ dockerfile: django.Dockerfile volumes: - ./tienda_ilusion:/app/ ports: - "7000:9090"