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