version: '3.8' services: thinkflow: build: context: . dockerfile: Dockerfile container_name: thinkflow ports: - "80:80" restart: unless-stopped