version: '3' services: app: build: . volumes: - .:/app ports: - "9300:3000" restart: always tty: true user: 1000:1000