services: taptrack-website: build: context: . dockerfile: Dockerfile container_name: taptrack-website ports: - "3000:80" restart: unless-stopped