services: backend: build: . # ports: # - "3000:3000" env_file: - ./.env frontend: build: ./web ports: - "3005:80" depends_on: - backend