version: "3.3" services: frontend: container_name: ct-frontend tty: true build: context: . dockerfile: Dockerfile working_dir: /react-docker volumes: - ./src:/react-docker/src - ./public:/react-docker/public ports: - 8455:80 networks: - ospro_ct environment: - CHOKIDAR_USEPOLLING=true networks: ospro_ct: driver: bridge