version: "3" services: django: build: . container_name: portfolio_django ports: - "8006:8000" volumes: - .:/app restart: always