services: python-jenkins-project: container_name: python-jenkins-project image: jacqueskingram/python-jenkins-image build: context: . dockerfile: Dockerfile restart: unless-stopped ports: - "8080:80"