version: '3.8' services: acidop-shell: build: . container_name: acidop-shell stdin_open: true tty: true env_file: - .env volumes: - .:/app working_dir: /app