services: datecalc: build: context: . dockerfile: Dockerfile ports: - "${LOCAL_PORT:-5000}:5000" restart: unless-stopped