version: '3.6' services: talkpal-frontend: container_name: talkpal-frontend image: talkpal-frontend build: . network_mode: host volumes: - "./src:/app/src"