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