version: "3.4" services: backend: build: context: ./backend frontend: build: context: ./frontend environment: NODE_ENV: production ports: - 8800:80