services: web: build: context: . dockerfile: Dockerfile image: bay-area-affiliates:latest restart: unless-stopped ports: - "127.0.0.1:8080:80"