version: '4' services: web: build: context: ./web environment: ORIGIN: http://localhost:3300 ports: - '3300:3000' restart: always