version: '3.8' services: app: build: context: . dockerfile: Dockerfile ports: - "${PORT}:${PORT}" env_file: - .env restart: unless-stopped