version: '3.8' services: app: build: . container_name: rails-crud-tools volumes: - .:/root/app - /root/app/ide ports: - '5995:5995' tty: true